Skip to content

Commit

Permalink
Disable two more tests
Browse files Browse the repository at this point in the history
Both of these tests have failed 3 times each across the last 15 runs.
  • Loading branch information
lukehoban committed Oct 19, 2019
1 parent 956710d commit 2536801
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions misc/test/examples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ func TestAccAwsTsEks(t *testing.T) {
}

func TestAccAwsTsEksHelloWorld(t *testing.T) {
t.Skip("Skip due to frequent failures: `timeout while waiting for state to become 'ACTIVE'`")
test := getAWSBase(t).
With(integration.ProgramTestOptions{
Dir: path.Join(getCwd(t), "..", "..", "aws-ts-eks-hello-world"),
Expand Down Expand Up @@ -907,6 +908,7 @@ func TestAccGcpPyServerlessRaw(t *testing.T) {
}

func TestAccGcpPyInstanceNginx(t *testing.T) {
t.Skip("Skip due to frequent failures: `35.239.87.214:80: connect: connection refused`")
test := getGoogleBase(t).
With(integration.ProgramTestOptions{
Dir: path.Join(getCwd(t), "..", "..", "gcp-py-instance-nginx"),
Expand Down

0 comments on commit 2536801

Please sign in to comment.