We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f364d1f commit 423a47eCopy full SHA for 423a47e
agent/agent_test.go
@@ -483,9 +483,7 @@ func TestAgent(t *testing.T) {
483
484
t.Run("Speedtest", func(t *testing.T) {
485
t.Parallel()
486
- if testing.Short() {
487
- t.Skip("The minimum duration for a speedtest is hardcoded in Tailscale to 5s!")
488
- }
+ t.Skip("This test is relatively flakey because of Tailscale's speedtest code...")
489
derpMap := tailnettest.RunDERPAndSTUN(t)
490
conn, _ := setupAgent(t, codersdk.WorkspaceAgentMetadata{
491
DERPMap: derpMap,
0 commit comments