4 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: src/cmd/go/testdata/script/mod_replace_gopkgin.txt
Insertions: 1, Deletions: 1.
@@ -5,7 +5,7 @@
# gopkg.in path.
skip 'skipping test that depends on an unreliable third-party server; see https://go.dev/issue/54503'
-# TODO(#54043): Make this work without needing the external network, and then re-enable.
+# TODO(#54503): Make this work without needing the external network, and then re-enable.
[!git] skip
env GO111MODULE=on
```
cmd/go/testdata/script: remove net condition from always skipped tests
mod_replace_gopkgin is unconditionally skipped, and there is an
unconditional skip in mod_replace_gopkgin. Remove the net condition
checks from these tests. We want to add an allowlist for the tests that
use net and make it as small as possible. Since these tests shouldn't
access the network once they're fixed and reenabled, just remove the
condition.
For #80243
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |