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>dependabot/go_modules/github.com/docker/distribution-2.8.2incompatible
parent
ca49b29582
commit
da90fab899
|
@ -11,7 +11,6 @@ import (
|
||||||
"net/http"
|
"net/http"
|
||||||
"net/netip"
|
"net/netip"
|
||||||
"reflect"
|
"reflect"
|
||||||
"runtime"
|
|
||||||
"sort"
|
"sort"
|
||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
|
@ -156,9 +155,6 @@ func TestHairpinWait(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestBasic(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)
|
stunAddr, cleanup := stuntest.Serve(t)
|
||||||
defer cleanup()
|
defer cleanup()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue