Rename pingall test to signal ip

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby
2022-10-21 14:08:04 +02:00
parent d242ceac46
commit fa3d21cbc0

View File

@@ -5,7 +5,7 @@ import (
"testing" "testing"
) )
func TestPingAll(t *testing.T) { func TestPingAllByIP(t *testing.T) {
IntegrationSkip(t) IntegrationSkip(t)
scenario, err := NewScenario() scenario, err := NewScenario()