File tree 1 file changed +0
-19
lines changed
1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 8
8
"context"
9
9
"crypto"
10
10
"crypto/ecdsa"
11
- "runtime"
12
11
"testing"
13
12
"time"
14
13
@@ -43,15 +42,6 @@ func TestRenewalNext(t *testing.T) {
43
42
}
44
43
45
44
func TestRenewFromCache (t * testing.T ) {
46
- if runtime .GOOS == "windows" && runtime .GOARCH == "arm64" {
47
- // This test was observed to fail frequently in Dial with "connectex: No
48
- // connection could be made because the target machine actively refused it."
49
- //
50
- // Failures started around CL 381715, so it looks to me (bcmills) like an
51
- // undiagnosed bug in (or exposed by) acmetest.CAServer.
52
- t .Skipf ("skipping test on windows/arm64: see https://go.dev/issue/51080" )
53
- }
54
-
55
45
man := testManager (t )
56
46
man .RenewBefore = 24 * time .Hour
57
47
@@ -137,15 +127,6 @@ func TestRenewFromCache(t *testing.T) {
137
127
}
138
128
139
129
func TestRenewFromCacheAlreadyRenewed (t * testing.T ) {
140
- if runtime .GOOS == "windows" && runtime .GOARCH == "arm64" {
141
- // This test was observed to fail frequently in Dial with "connectex: No
142
- // connection could be made because the target machine actively refused it."
143
- //
144
- // Failures started around CL 381715, so it looks to me (bcmills) like an
145
- // undiagnosed bug in (or exposed by) acmetest.CAServer.
146
- t .Skipf ("skipping test on windows/arm64: see https://go.dev/issue/51080" )
147
- }
148
-
149
130
ca := acmetest .NewCAServer (t ).Start ()
150
131
man := testManager (t )
151
132
man .RenewBefore = 24 * time .Hour
You can’t perform that action at this time.
0 commit comments