mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: skip flaky TestSpeedtest (#6322)
This commit is contained in:
@@ -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!")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user