mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
only run cassandra RotateRootCred test when in Travis (#5420)
This commit is contained in:
@@ -253,6 +253,9 @@ func TestCassandra_RevokeUser(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestCassandra_RotateRootCredentials(t *testing.T) {
|
||||
if os.Getenv("TRAVIS") != "true" {
|
||||
t.SkipNow()
|
||||
}
|
||||
cleanup, address, port := prepareCassandraTestContainer(t)
|
||||
defer cleanup()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user