File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,10 @@ var lookupGoogleSRVTests = []struct {
71
71
var backoffDuration = [... ]time.Duration {time .Second , 5 * time .Second , 30 * time .Second }
72
72
73
73
func TestLookupGoogleSRV (t * testing.T ) {
74
+ // TODO(mknyszek): Figure out next steps for this test. This is just
75
+ // a quick fix.
76
+ t .Skip ("fails consistently due to an upstream DNS change; see #56707." )
77
+
74
78
t .Parallel ()
75
79
mustHaveExternalNetwork (t )
76
80
@@ -631,6 +635,10 @@ func TestLookupDotsWithLocalSource(t *testing.T) {
631
635
}
632
636
633
637
func TestLookupDotsWithRemoteSource (t * testing.T ) {
638
+ // TODO(mknyszek): Figure out next steps for this test. This is just
639
+ // a quick fix.
640
+ t .Skip ("fails consistently due to an upstream DNS change; see #56707." )
641
+
634
642
if runtime .GOOS == "darwin" || runtime .GOOS == "ios" {
635
643
testenv .SkipFlaky (t , 27992 )
636
644
}
You can’t perform that action at this time.
0 commit comments