diff --git a/test/jtreg-ext/requires/VMProps.java b/test/jtreg-ext/requires/VMProps.java
index c2cff6bdbee..2483d0f29ea 100644
--- a/test/jtreg-ext/requires/VMProps.java
+++ b/test/jtreg-ext/requires/VMProps.java
@@ -425,7 +425,7 @@ public class VMProps implements Callable<Map<String, String>> {
      * @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