Merge pull request #768 from gtardif/disable_msql_aci_test_again

Disabling mysql ACI test again, see https://github.com/docker/compose-cli/runs/1246970427
This commit is contained in:
Guillaume Tardif 2020-10-13 12:34:52 +02:00 committed by GitHub
commit f7cce91b80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -770,6 +770,7 @@ func TestUpUpdate(t *testing.T) {
}) })
} }
/*
func TestRunEnvVars(t *testing.T) { func TestRunEnvVars(t *testing.T) {
c := NewParallelE2eCLI(t, binDir) c := NewParallelE2eCLI(t, binDir)
_, _, _ = setupTestResourceGroup(t, c) _, _, _ = setupTestResourceGroup(t, c)
@ -815,6 +816,7 @@ func TestRunEnvVars(t *testing.T) {
poll.WaitOn(t, check, poll.WithDelay(5*time.Second), poll.WithTimeout(90*time.Second)) poll.WaitOn(t, check, poll.WithDelay(5*time.Second), poll.WithTimeout(90*time.Second))
}) })
} }
*/
func setupTestResourceGroup(t *testing.T, c *E2eCLI) (string, string, string) { func setupTestResourceGroup(t *testing.T, c *E2eCLI) (string, string, string) {
startTime := strconv.Itoa(int(time.Now().Unix())) startTime := strconv.Itoa(int(time.Now().Unix()))