net/netcheck: reenable TestBasic on Windows

This test was either fixed by intermediate changes or was mis-flagged as
failing during #7876 triage.

Updates #7876

Signed-off-by: James Tucker <jftucker@gmail.com>
This commit is contained in:
James Tucker 2023-05-10 14:06:38 -07:00
parent ca49b29582
commit da90fab899

View File

@ -11,7 +11,6 @@
"net/http"
"net/netip"
"reflect"
"runtime"
"sort"
"strconv"
"strings"
@ -156,9 +155,6 @@ func TestHairpinWait(t *testing.T) {
}
func TestBasic(t *testing.T) {
if runtime.GOOS == "windows" {
t.Skip("TODO(#7876): test regressed on windows while CI was broken")
}
stunAddr, cleanup := stuntest.Serve(t)
defer cleanup()