Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa9fa2b

Browse files
authored
chore: Disable load test for flakes (#4998)
1 parent d64c73d commit aa9fa2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

loadtest/workspacebuild/run_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import (
2424

2525
func Test_Runner(t *testing.T) {
2626
t.Parallel()
27+
t.Skip("Flake seen here: https://github.com/coder/coder/actions/runs/3436164958/jobs/5729513320")
2728

2829
t.Run("OK", func(t *testing.T) {
2930
t.Parallel()

0 commit comments

Comments
 (0)