chore: skip flaky TestSpeedtest (#6322)

This commit is contained in:
Cian Johnston
2023-02-23 15:29:57 +00:00
committed by GitHub
parent 8298a924f6
commit 1ba6fab0e0
+1
View File
@@ -19,6 +19,7 @@ import (
func TestSpeedtest(t *testing.T) {
t.Parallel()
t.Skip("Flaky test - see https://github.com/coder/coder/issues/6321")
if testing.Short() {
t.Skip("This test takes a minimum of 5ms per a hardcoded value in Tailscale!")
}