We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a644a82 commit 0314e06Copy full SHA for 0314e06
flink-runtime/src/test/java/org/apache/flink/runtime/rest/RestClientTest.java
@@ -77,7 +77,8 @@ class RestClientTest {
77
private static final TestExecutorExtension<ScheduledExecutorService> EXECUTOR_EXTENSION =
78
TestingUtils.defaultExecutorExtension();
79
80
- private static final String unroutableIp = "240.0.0.0";
+ // Part of TEST-NET-1 block described in RFC 5737 that should never be routed.
81
+ private static final String unroutableIp = "192.0.2.1";
82
83
private static final long TIMEOUT = 10L;
84
0 commit comments