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:
parent
072f45ed9c
commit
fe8f09d346
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user