test/jtreg-ext/requires/VMProps.java
changeset 54537 9d3117203dd3
parent 53906 a6fb5e60588f
child 54538 ef331769d4ab
--- a/test/jtreg-ext/requires/VMProps.java	Mon Apr 15 13:07:06 2019 -0400
+++ b/test/jtreg-ext/requires/VMProps.java	Mon Apr 15 11:44:07 2019 -0700
@@ -425,7 +425,7 @@
      * @return true if docker is supported in a given environment
      */
     protected String dockerSupport() {
-        boolean isSupported = false;
+        boolean isSupported = true;
         if (Platform.isLinux()) {
            // currently docker testing is only supported for Linux,
            // on certain platforms