Skip to content

Commit

Permalink
Disable VCR for TestAnchorExternalHTTPSMissingChain
Browse files Browse the repository at this point in the history
VCR doesn't seem to encode enough for this test to pass with the mocked result.
  • Loading branch information
wjdp committed Dec 15, 2019
1 parent 310a9d7 commit 760e415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htmltest/check-link_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func TestAnchorExternalHTTPSMissingChain(t *testing.T) {
// should support https aia
// see issue #130
hT := tTestFileOpts("fixtures/links/https-incomplete-chain.html",
map[string]interface{}{"VCREnable": true})
map[string]interface{}{"VCREnable": false})
tExpectIssue(t, hT, "incomplete certificate chain", 1)
}

Expand Down

0 comments on commit 760e415

Please sign in to comment.