We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8298a92 commit 1ba6fabCopy full SHA for 1ba6fab
cli/speedtest_test.go
@@ -19,6 +19,7 @@ import (
19
20
func TestSpeedtest(t *testing.T) {
21
t.Parallel()
22
+ t.Skip("Flaky test - see https://github.com/coder/coder/issues/6321")
23
if testing.Short() {
24
t.Skip("This test takes a minimum of 5ms per a hardcoded value in Tailscale!")
25
}
0 commit comments