Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-09-04 11:51:46 +0000
committerSravan Kumar Lakkimsetti2017-09-04 11:51:46 +0000
commit940cecf41d482790bec1798527245837001accc7 (patch)
tree9d875eead7505289bb1a7a19793df6f3512d2725
parentc95ab340e5dfe1aaffd39f4a6884b10394f2e414 (diff)
downloadeclipse.platform.releng.aggregator-940cecf41d482790bec1798527245837001accc7.tar.gz
eclipse.platform.releng.aggregator-940cecf41d482790bec1798527245837001accc7.tar.xz
eclipse.platform.releng.aggregator-940cecf41d482790bec1798527245837001accc7.zip
Bug 521639 - Mactests2 is extremely slow
-removed proxy configurations for Mac Change-Id: Icd9e7a915d2ff7d75abe8417e338d8f2bd788003 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties11
1 files changed, 1 insertions, 10 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties b/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties
index 89c2baca2..3a232878f 100644
--- a/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties
@@ -34,15 +34,6 @@ testScript=./testAll.sh
# eclipse.org infrastructure.
org.eclipse.core.net.prefs=\
eclipse.preferences.version=1\n\
-org.eclipse.core.net.hasMigrated=true\n\
-proxiesEnabled=true\n\
-systemProxiesEnabled=true\n\
-nonProxiedHosts=*.eclipse.org|172.30.206.*|172.25.25.*\n\
-proxyData/HTTP/hasAuth=false\n\
-proxyData/HTTP/host=proxy.eclipse.org\n\
-proxyData/HTTP/port=9898\n\
-proxyData/HTTPS/hasAuth=false\n\
-proxyData/HTTPS/host=proxy.eclipse.org\n\
-proxyData/HTTPS/port=9898\n
+org.eclipse.core.net.hasMigrated=true\n
cvstest.properties=/Users/hudsonbuild/cvstest.properties

Back to the top