Merge pull request #504 from cloudskiff/disable_telemetry_acc_tests

Disable telemetry in acc tests
main
Elie 2021-05-11 10:36:02 +02:00 committed by GitHub
commit 4b5fdb4029
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -368,6 +368,7 @@ func Run(t *testing.T, c AccTestCase) {
c.Args = append(c.Args,
"--output", fmt.Sprintf("json://%s", c.getResultFilePath()),
)
c.Args = append(c.Args, "--disable-telemetry")
}
for _, check := range c.Checks {