mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue