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. --- streaming/pom.xml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'streaming') diff --git a/streaming/pom.xml b/streaming/pom.xml index 5cc9001b0e..145c8a7321 100644 --- a/streaming/pom.xml +++ b/streaming/pom.xml @@ -47,6 +47,10 @@ test-jar test + + org.apache.spark + spark-test-tags_${scala.binary.version} + @@ -84,21 +88,11 @@ scalacheck_${scala.binary.version} test - - junit - junit - test - org.seleniumhq.selenium selenium-java test - - com.novocode - junit-interface - test - target/scala-${scala.binary.version}/classes -- cgit v1.2.3