From aa9fa2bdff07a0757c6355966d7ac9b5e730c54a Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Thu, 10 Nov 2022 09:31:35 -0600 Subject: [PATCH] chore: Disable load test for flakes (#4998) --- loadtest/workspacebuild/run_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/loadtest/workspacebuild/run_test.go b/loadtest/workspacebuild/run_test.go index 53de1db44f..e80820828b 100644 --- a/loadtest/workspacebuild/run_test.go +++ b/loadtest/workspacebuild/run_test.go @@ -24,6 +24,7 @@ import ( func Test_Runner(t *testing.T) { t.Parallel() + t.Skip("Flake seen here: https://github.com/coder/coder/actions/runs/3436164958/jobs/5729513320") t.Run("OK", func(t *testing.T) { t.Parallel()