test/jdk/java/net/ServerSocket/UnreferencedSockets.java
changeset 54811 9db7c0f561a6
parent 54770 62b6e7587b1f
child 54841 43439afaab4a
--- a/test/jdk/java/net/ServerSocket/UnreferencedSockets.java	Sat May 11 01:17:18 2019 +0900
+++ b/test/jdk/java/net/ServerSocket/UnreferencedSockets.java	Thu May 09 10:28:29 2019 -0700
@@ -110,7 +110,7 @@
     }
 
     public static void main(String args[]) throws Exception {
-        IPSupport.skipIfCurrentConfigurationIsInvalid();
+        IPSupport.throwSkippedExceptionIfNonOperational();
 
         // Create and close a ServerSocket to warm up the FD count for side effects.
         try (ServerSocket s = new ServerSocket(0)) {