Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2/2] Make k6 cloud run --local-execution upload test archive #3931

Merged
merged 12 commits into from
Sep 13, 2024
Prev Previous commit
Next Next commit
Fix tests
  • Loading branch information
oleiade committed Sep 11, 2024
commit 73d8155fc25f159c4ce79435d5736e890dfe7b8e
5 changes: 0 additions & 5 deletions cmd/tests/cmd_cloud_run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ func TestCloudRunCommandIncompatibleFlags(t *testing.T) {
cliArgs: []string{"--linger"},
wantStderrContains: "the --linger flag can only be used in conjunction with the --local-execution flag",
},
{
name: "using --no-usage-report linger should be incompatible with k6 cloud run",
cliArgs: []string{"--no-usage-report"},
wantStderrContains: "the --no-usage-report can only be used in conjunction with the --local-execution flag",
},
{
name: "using --exit-on-running should be incompatible with k6 cloud run --local-execution",
cliArgs: []string{"--local-execution", "--exit-on-running"},
Expand Down