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