Disable AWS e2e tests.
This commit is contained in:

committed by
Sebastian Serth

parent
e877cd1e52
commit
0218f91cd4
@ -19,7 +19,7 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
var isAWSEnvironment = []bool{false, true}
|
||||
var isAWSEnvironment = []bool{false}
|
||||
|
||||
func TestCreateOrUpdateEnvironment(t *testing.T) {
|
||||
path := helpers.BuildURL(api.BasePath, api.EnvironmentsPath, tests.AnotherEnvironmentIDAsString)
|
||||
|
Reference in New Issue
Block a user