Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/linux/platformSpecific.properties2
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/linuxjava10/platformSpecific.properties2
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/linuxjava9/platformSpecific.properties2
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties2
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/win7-64/platformSpecific.properties2
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/win7/platformSpecific.properties2
6 files changed, 6 insertions, 6 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/linux/platformSpecific.properties b/production/testScripts/configuration/sdk.tests/testConfigs/linux/platformSpecific.properties
index 996231d38..a5264558c 100644
--- a/production/testScripts/configuration/sdk.tests/testConfigs/linux/platformSpecific.properties
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/linux/platformSpecific.properties
@@ -12,7 +12,7 @@
# This is the VM to use to run the tests, if one prefers
# to use a different one from the one that stared the whole process.
-jvm=/shared/common/jdk1.8.0_x64-latest/jre/bin/java
+#jvm=/shared/common/jdk1.8.0_x64-latest/jre/bin/java
# TODO: can also list VMs to use for specific execution environments
diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/linuxjava10/platformSpecific.properties b/production/testScripts/configuration/sdk.tests/testConfigs/linuxjava10/platformSpecific.properties
index 6577527a8..8964eb60a 100644
--- a/production/testScripts/configuration/sdk.tests/testConfigs/linuxjava10/platformSpecific.properties
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/linuxjava10/platformSpecific.properties
@@ -12,7 +12,7 @@
# This is the VM to use to run the tests, if one prefers
# to use a different one from the one that stared the whole process.
-jvm=/shared/common/java/oracle/jdk-10-ga_x64/bin/java
+#jvm=/shared/common/java/oracle/jdk-10-ga_x64/bin/java
# TODO: can also list VMs to use for specific execution environments
diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/linuxjava9/platformSpecific.properties b/production/testScripts/configuration/sdk.tests/testConfigs/linuxjava9/platformSpecific.properties
index f35b6ddf1..ef32dfe76 100644
--- a/production/testScripts/configuration/sdk.tests/testConfigs/linuxjava9/platformSpecific.properties
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/linuxjava9/platformSpecific.properties
@@ -12,7 +12,7 @@
# This is the VM to use to run the tests, if one prefers
# to use a different one from the one that stared the whole process.
-jvm=/shared/common/jdk-9_x64-latest/bin/java
+#jvm=/shared/common/jdk-9_x64-latest/bin/java
# TODO: can also list VMs to use for specific execution environments
diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties b/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties
index b5424f6c9..778b1430a 100644
--- a/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties
@@ -13,7 +13,7 @@
# This is the VM to use to run the tests, if one prefers
# to use a different one from the one that stared the whole process.
#jvm=/Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home/jre/bin/java
-jvm=/Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Contents/Home/jre/bin/java
+#jvm=/Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Contents/Home/jre/bin/java
# TODO: can also list VMs to use for specific execution environments
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=392213
diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/win7-64/platformSpecific.properties b/production/testScripts/configuration/sdk.tests/testConfigs/win7-64/platformSpecific.properties
index 887c9f427..ddba551ff 100644
--- a/production/testScripts/configuration/sdk.tests/testConfigs/win7-64/platformSpecific.properties
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/win7-64/platformSpecific.properties
@@ -12,7 +12,7 @@
# This is the VM to use to run the tests, if one prefers
# to use a different one from the one that stared the whole process.
-jvm=c\:\\Program Files\\Java\\jdk1.8.0_51\\jre\\bin\\java.exe
+#jvm=c\:\\Program Files\\Java\\jdk1.8.0_51\\jre\\bin\\java.exe
# TODO: can also list VMs to use for specific execution environments
diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/win7/platformSpecific.properties b/production/testScripts/configuration/sdk.tests/testConfigs/win7/platformSpecific.properties
index 8c26fc419..1b4323a21 100644
--- a/production/testScripts/configuration/sdk.tests/testConfigs/win7/platformSpecific.properties
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/win7/platformSpecific.properties
@@ -12,7 +12,7 @@
# This is the VM to use to run the tests, if one prefers
# to use a different one from the one that stared the whole process.
-jvm=c\:\\Program Files\\Java\\jdk1.8.0_51\\jre\\bin\\java.exe
+#jvm=c\:\\Program Files\\Java\\jdk1.8.0_51\\jre\\bin\\java.exe
# TODO: can also list VMs to use for specific execution environments

Back to the top