diff --git a/valgrind/org.eclipse.linuxtools.valgrind.ui.tests/pom.xml b/valgrind/org.eclipse.linuxtools.valgrind.ui.tests/pom.xml
index b31ade8ab9..9d3cb618b8 100644
--- a/valgrind/org.eclipse.linuxtools.valgrind.ui.tests/pom.xml
+++ b/valgrind/org.eclipse.linuxtools.valgrind.ui.tests/pom.xml
@@ -29,13 +29,9 @@
org.eclipse.tycho
tycho-surefire-plugin
- ${tycho-version}
- org.eclipse.linuxtools.valgrind.ui.tests
- org.eclipse.linuxtools.internal.valgrind.ui.quickfixes.tests.AllTests
- true
+ true
true
- org.eclipse.product.ide
diff --git a/valgrind/org.eclipse.linuxtools.valgrind.ui.tests/src/org/eclipse/linuxtools/internal/valgrind/ui/quickfixes/tests/AllTests.java b/valgrind/org.eclipse.linuxtools.valgrind.ui.tests/src/org/eclipse/linuxtools/internal/valgrind/ui/quickfixes/tests/AllTests.java
deleted file mode 100644
index ca186791e0..0000000000
--- a/valgrind/org.eclipse.linuxtools.valgrind.ui.tests/src/org/eclipse/linuxtools/internal/valgrind/ui/quickfixes/tests/AllTests.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2013, 2018 IBM Corporation and others.
- *
- * This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License 2.0
- * which is available at https://www.eclipse.org/legal/epl-2.0/
- *
- * SPDX-License-Identifier: EPL-2.0
- *
- * Contributors:
- * Rafael Medeiros Teixeira - initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.internal.valgrind.ui.quickfixes.tests;
-
-import org.junit.runner.RunWith;
-import org.junit.runners.Suite;
-
-@RunWith(Suite.class)
-@Suite.SuiteClasses({ WrongDeallocationResolutionTest.class })
-public class AllTests {
-}
\ No newline at end of file