Skip to content

Commit

Permalink
YARN-11790: TestAmFilter#testProxyUpdate fails in some networks
Browse files Browse the repository at this point in the history
  • Loading branch information
cnauroth committed Mar 6, 2025
1 parent 55e0f0a commit b14a2c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ void testProxyUpdate() throws Exception {

// change proxy configurations
params = new HashMap<>();
params.put(AmIpFilter.PROXY_HOSTS, "unknownhost");
params.put(AmIpFilter.PROXY_HOSTS, "unknownhostaf79d34c");
params.put(AmIpFilter.PROXY_URI_BASES, proxyUri);
conf = new DummyFilterConfig(params);
filter.init(conf);
Expand Down

0 comments on commit b14a2c4

Please sign in to comment.