Skip to content

Commit 7eea2f5

Browse files
christaraziAakash Shah
andcommitted
Skip error check for failover unit-tests-windows
[#166194811] Co-authored-by: Aakash Shah <ashah@pivotal.io>
1 parent fc4fa04 commit 7eea2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bosh-dns/integration-tests/recursors_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ var _ = Describe("Integration", func() {
427427
secondTestRecursor.stop()
428428

429429
dnsResponse := helpers.DigWithOptions(testQuestion, environment.ServerAddress(),
430-
helpers.DigOpts{Port: environment.Port(), SkipRcodeCheck: true})
430+
helpers.DigOpts{Port: environment.Port(), SkipErrCheck: true, SkipRcodeCheck: true})
431431
Expect(dnsResponse.Rcode).To(Equal(dns.RcodeServerFailure))
432432
Eventually(environment.Output()).Should(gbytes.Say(`no response from recursors`))
433433
})

0 commit comments

Comments
 (0)