Skip to content

Commit 1ba6fab

Browse files
authored
chore: skip flaky TestSpeedtest (#6322)
1 parent 8298a92 commit 1ba6fab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/speedtest_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import (
1919

2020
func TestSpeedtest(t *testing.T) {
2121
t.Parallel()
22+
t.Skip("Flaky test - see https://github.com/coder/coder/issues/6321")
2223
if testing.Short() {
2324
t.Skip("This test takes a minimum of 5ms per a hardcoded value in Tailscale!")
2425
}

0 commit comments

Comments
 (0)