albertogpz commented on a change in pull request #6833:
URL: https://github.com/apache/geode/pull/6833#discussion_r711079064
##########
File path:
geode-core/src/distributedTest/java/org/apache/geode/management/internal/security/MultiGfshDUnitTest.java
##########
@@ -52,6 +52,9 @@ public void testMultiUser() throws Exception {
IgnoredException.addIgnoredException("java.util.zip.ZipException: zip file
is empty");
IgnoredException
.addIgnoredException("java.lang.IllegalStateException: WAN service is
not available.");
+ IgnoredException
+ .addIgnoredException(
+
"org.apache.geode.internal.cache.wan.GatewaySenderConfigurationException:
Locators must be configured before starting gateway-sender.");
int jmxPort = server.getJmxPort();
Review comment:
It was needed at some point in the development. But not anymore. I have
removed it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]