fix: remove telemetry flag

In acc environment, usage report has been disabled, this means --disable-telemetry and --no-version-check flags are not supported.
main
Raphaël 2021-11-29 18:21:23 +01:00 committed by GitHub
parent ede653f49f
commit 7705716b9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -396,7 +396,6 @@ 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 {