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. --- unsafe/pom.xml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'unsafe/pom.xml') diff --git a/unsafe/pom.xml b/unsafe/pom.xml index 066abe92e5..caf1f77890 100644 --- a/unsafe/pom.xml +++ b/unsafe/pom.xml @@ -56,14 +56,8 @@ - junit - junit - test - - - com.novocode - junit-interface - test + org.apache.spark + spark-test-tags_${scala.binary.version} org.mockito -- cgit v1.2.3