8222501: [TESTBUG] Docker support is always set to true in jtreg-ext/requires/VMProps.java
Summary: Restored prior code
Reviewed-by: dcubed
--- a/test/jtreg-ext/requires/VMProps.java Mon Apr 15 11:44:07 2019 -0700
+++ b/test/jtreg-ext/requires/VMProps.java Mon Apr 15 12:35:29 2019 -0700
@@ -425,7 +425,7 @@
* @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