diff --git a/core/org.eclipse.cdt.ui.tests/pom.xml b/core/org.eclipse.cdt.ui.tests/pom.xml
index 3da636bb6c3..a0d1d06bfc6 100644
--- a/core/org.eclipse.cdt.ui.tests/pom.xml
+++ b/core/org.eclipse.cdt.ui.tests/pom.xml
@@ -18,6 +18,7 @@
+ ${cdt-ui.skip.tests}
diff --git a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml
index 7a7196a1f0f..864953dc122 100644
--- a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml
+++ b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml
@@ -20,6 +20,7 @@
AutomatedSuite.java
1
gdb.7.12
+ ${dsf-gdb.skip.tests}
diff --git a/pom.xml b/pom.xml
index 05033bd0ec3..b88e31639a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,6 +29,15 @@
http://download.eclipse.org/eclipse/updates/4.5
scm:git:git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git
-Xms256m -Xmx512m -ea
+
+
+ ${cdt-other.skip.tests}
@@ -181,6 +190,35 @@
+
+ skip-all-tests
+
+ true
+ true
+ true
+
+
+
+ skip-tests-except-cdt-ui
+
+ true
+ true
+
+
+
+ skip-tests-except-dsf-gdb
+
+ true
+ true
+
+
+
+ skip-tests-except-cdt-other
+
+ true
+ true
+
+
production