agingade commented on a change in pull request #5124: URL: https://github.com/apache/geode/pull/5124#discussion_r427611271
########## File path: geode-core/src/test/java/org/apache/geode/internal/cache/PartitionedRegionTest.java ########## @@ -221,22 +220,6 @@ public void clearShouldNotThrowUnsupportedOperationException() { spyPartitionedRegion.clear(); } - @Test(expected = CacheClosedException.class) - public void clearShouldThrowCacheClosedExceptionIfShutdownAll() { Review comment: This is based on the earlier clear messaging. Thats not valid anymore. ---------------------------------------------------------------- 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: us...@infra.apache.org