We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48dbb62 commit 3619255Copy full SHA for 3619255
src/crypto/x509/root_darwin_test.go
@@ -12,7 +12,9 @@ import (
12
"time"
13
)
14
15
-func TestPlatformVerifier(t *testing.T) {
+func TestPlatformVerifierLegacy(t *testing.T) {
16
+ // TODO(#52108): This can be removed once the synthetic test root is deployed on
17
+ // builders.
18
if !testenv.HasExternalNetwork() {
19
t.Skip()
20
}
src/crypto/x509/root_windows_test.go
@@ -16,7 +16,9 @@ import (
21
22
23
24
0 commit comments