Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #768 from gtardif/disable_msql_aci_test_again
Browse files Browse the repository at this point in the history
Disabling mysql ACI test again, see https://github.com/docker/compose-cli/runs/1246970427
  • Loading branch information
gtardif authored Oct 13, 2020
2 parents b1382c9 + 1a4d45d commit f7cce91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/aci-e2e/e2e-aci_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,7 @@ func TestUpUpdate(t *testing.T) {
})
}

/*
func TestRunEnvVars(t *testing.T) {
c := NewParallelE2eCLI(t, binDir)
_, _, _ = setupTestResourceGroup(t, c)
Expand Down Expand Up @@ -815,6 +816,7 @@ func TestRunEnvVars(t *testing.T) {
poll.WaitOn(t, check, poll.WithDelay(5*time.Second), poll.WithTimeout(90*time.Second))
})
}
*/

func setupTestResourceGroup(t *testing.T, c *E2eCLI) (string, string, string) {
startTime := strconv.Itoa(int(time.Now().Unix()))
Expand Down

0 comments on commit f7cce91

Please sign in to comment.