mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 18:48:54 +08:00
integration: Disable IPv6 on backend for external DNS tests
This commit is contained in:
@@ -170,6 +170,8 @@ func newServerTester(t *testing.T, opts options) *serverTester {
|
|||||||
|
|
||||||
// We use awesome service nip.io.
|
// We use awesome service nip.io.
|
||||||
b += fmt.Sprintf("%v.nip.io,%v;", backendURL.Host[:sep], backendURL.Host[sep+1:])
|
b += fmt.Sprintf("%v.nip.io,%v;", backendURL.Host[:sep], backendURL.Host[sep+1:])
|
||||||
|
// Make external DNS tests less flaky.
|
||||||
|
args = append(args, "--backend-address-family=IPv4")
|
||||||
}
|
}
|
||||||
|
|
||||||
if backendTLS {
|
if backendTLS {
|
||||||
|
|||||||
Reference in New Issue
Block a user