mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-06 18:18:52 +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.
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user