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

Signed-off-by: David Anderson <danderson@tailscale.com>
pull/159/head
David Anderson 2020-03-06 20:43:57 -08:00
parent 9b802d338c
commit e3172ae267
1 changed files with 0 additions and 4 deletions

View File

@ -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) {},
})