We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc4fa04 commit 7eea2f5Copy full SHA for 7eea2f5
src/bosh-dns/integration-tests/recursors_test.go
@@ -427,7 +427,7 @@ var _ = Describe("Integration", func() {
427
secondTestRecursor.stop()
428
429
dnsResponse := helpers.DigWithOptions(testQuestion, environment.ServerAddress(),
430
- helpers.DigOpts{Port: environment.Port(), SkipRcodeCheck: true})
+ helpers.DigOpts{Port: environment.Port(), SkipErrCheck: true, SkipRcodeCheck: true})
431
Expect(dnsResponse.Rcode).To(Equal(dns.RcodeServerFailure))
432
Eventually(environment.Output()).Should(gbytes.Say(`no response from recursors`))
433
})
0 commit comments