bschuchardt commented on a change in pull request #5739:
URL: https://github.com/apache/geode/pull/5739#discussion_r522348301
##########
File path:
geode-dunit/src/main/java/org/apache/geode/test/greplogs/ExpectedStrings.java
##########
@@ -79,6 +79,7 @@ public static boolean skipLogMsgs(String type) {
expected.add(Pattern.compile("SystemAlertManager: A simple Alert."));
expected.add(Pattern.compile("org.apache.geode.management.DependenciesNotFoundException"));
+ expected.add(Pattern.compile("EntryNotFoundException"));
Review comment:
oops - that was left over from some debugging on another ticket. I'll
get rid of that.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]