Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/plugins/org.eclipse.tcf.debug.test/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/plugins/org.eclipse.tcf.debug.test/pom.xml b/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
index 6931dda12..c8b8fd8ac 100644
--- a/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
+++ b/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
@@ -38,7 +38,9 @@
<include>**/QueryTests.*</include>
<include>**/TransactionTests.*</include>
</includes>
+ <!--
<debugPort>8003</debugPort>
+ -->
<useUIHarness>true</useUIHarness>
<useUIThread>false</useUIThread>
<product>org.eclipse.platform.ide</product>

Back to the top