Skip to content

Commit 7d18ba0

Browse files
authored
Merge pull request #135 from wjdp/disable-vcr-https-incomplete-chain
Disable VCR for TestAnchorExternalHTTPSMissingChain
2 parents 310a9d7 + 760e415 commit 7d18ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htmltest/check-link_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ func TestAnchorExternalHTTPSMissingChain(t *testing.T) {
162162
// should support https aia
163163
// see issue #130
164164
hT := tTestFileOpts("fixtures/links/https-incomplete-chain.html",
165-
map[string]interface{}{"VCREnable": true})
165+
map[string]interface{}{"VCREnable": false})
166166
tExpectIssue(t, hT, "incomplete certificate chain", 1)
167167
}
168168

0 commit comments

Comments
 (0)