diff --git a/.github/workflows/test-integration.yaml b/.github/workflows/test-integration.yaml index 735c50bf..56e0978e 100644 --- a/.github/workflows/test-integration.yaml +++ b/.github/workflows/test-integration.yaml @@ -62,6 +62,7 @@ jobs: - TestDERPServerScenario - TestDERPServerWebsocketScenario - TestPingAllByIP + - TestPingAllByIPRandomClientPort - TestPingAllByIPPublicDERP - TestEphemeral - TestEphemeralInAlternateTimezone diff --git a/integration/general_test.go b/integration/general_test.go index 26e306f4..cf2203d6 100644 --- a/integration/general_test.go +++ b/integration/general_test.go @@ -86,11 +86,11 @@ func TestPingAllByIP(t *testing.T) { t.Logf("%d successful pings out of %d", success, len(allClients)*len(allIps)) } -// TestPingAllByIPDirectConnections is a variant of TestPingAllByIP that validates +// TestPingAllByIPRandomClientPort is a variant of TestPingAllByIP that validates // direct connections between nodes with randomize_client_port enabled. This test // ensures that nodes can establish direct peer-to-peer connections without relying // on DERP relay servers, and that the randomize_client_port feature works correctly. -func TestPingAllByIPDirectConnections(t *testing.T) { +func TestPingAllByIPRandomClientPort(t *testing.T) { IntegrationSkip(t) spec := ScenarioSpec{