test/jdk/jdk/jfr/event/metadata/TestLookForUntestedEvents.java
changeset 53365 a678ba2556ee
parent 52911 e0ce50c5e220
child 58239 bb89bc4d6689
--- a/test/jdk/jdk/jfr/event/metadata/TestLookForUntestedEvents.java	Thu Jan 17 00:52:01 2019 +0100
+++ b/test/jdk/jdk/jfr/event/metadata/TestLookForUntestedEvents.java	Wed Jan 16 17:37:05 2019 -0800
@@ -77,8 +77,8 @@
     // NOTE: if the event is not covered, a bug should be open, and bug number
     // noted in the comments for this set.
     private static final Set<String> knownNotCoveredEvents = new HashSet<>(
-        // DumpReason: JDK-8213918, Shutdown: JDK-8213917
-        Arrays.asList("DumpReason", "Shutdown")
+        // DumpReason: JDK-8213918
+        Arrays.asList("DumpReason")
     );