wgengine/magicsock: uncurse TestDeviceStartStop, let CI run it.

Signed-off-by: David Anderson <danderson@tailscale.com>
pull/159/head
David Anderson 4 years ago
parent 9b802d338c
commit e3172ae267

@ -308,10 +308,6 @@ func devLogger(t *testing.T, prefix string) *device.Logger {
// or shutdown. It may be an infrequent flake, so run with
// -count=10000 to be sure.
func TestDeviceStartStop(t *testing.T) {
if os.Getenv("RUN_CURSED_TESTS") == "" {
t.Skip("test is very broken, don't run in CI until it's reliable.")
}
conn, err := Listen(Options{
EndpointsFunc: func(eps []string) {},
})

Loading…
Cancel
Save