test/jtreg-ext/requires/VMProps.java
changeset 54537 9d3117203dd3
parent 53906 a6fb5e60588f
child 54538 ef331769d4ab
equal deleted inserted replaced
54536:fb53a1c25903 54537:9d3117203dd3
   423      * A simple check for docker support
   423      * A simple check for docker support
   424      *
   424      *
   425      * @return true if docker is supported in a given environment
   425      * @return true if docker is supported in a given environment
   426      */
   426      */
   427     protected String dockerSupport() {
   427     protected String dockerSupport() {
   428         boolean isSupported = false;
   428         boolean isSupported = true;
   429         if (Platform.isLinux()) {
   429         if (Platform.isLinux()) {
   430            // currently docker testing is only supported for Linux,
   430            // currently docker testing is only supported for Linux,
   431            // on certain platforms
   431            // on certain platforms
   432 
   432 
   433            String arch = System.getProperty("os.arch");
   433            String arch = System.getProperty("os.arch");