From 94fc57afdf8ac6be35f13956232b6cf58857d047 Mon Sep 17 00:00:00 2001 From: Marcelo Vanzin Date: Wed, 7 Oct 2015 14:11:21 -0700 Subject: [SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests.py. Author: Marcelo Vanzin Closes #8775 from vanzin/SPARK-10300. --- mllib/pom.xml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'mllib/pom.xml') diff --git a/mllib/pom.xml b/mllib/pom.xml index 22c0c6008b..70139121d8 100644 --- a/mllib/pom.xml +++ b/mllib/pom.xml @@ -94,16 +94,6 @@ scalacheck_${scala.binary.version} test - - junit - junit - test - - - com.novocode - junit-interface - test - org.mockito mockito-core @@ -131,6 +121,10 @@ + + org.apache.spark + spark-test-tags_${scala.binary.version} + -- cgit v1.2.3