8222501: [TESTBUG] Docker support is always set to true in jtreg-ext/requires/VMProps.java

Restored prior code

Reviewed-by: dcubed
This commit is contained in:
Mikhailo Seledtsov 2019-04-15 12:35:29 -07:00
parent 072f45ed9c
commit fe8f09d346

View File

@ -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