aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMarcelo Vanzin <vanzin@cloudera.com>2015-09-15 13:03:38 -0700
committerMarcelo Vanzin <vanzin@cloudera.com>2015-09-15 13:03:38 -0700
commitb42059d2efdf3322334694205a6d951bcc291644 (patch)
tree551ffe50ef6df7b3c0fe1d9b2f66049a8eac9487 /pom.xml
parent416003b26401894ec712e1a5291a92adfbc5af01 (diff)
downloadspark-b42059d2efdf3322334694205a6d951bcc291644.tar.gz
spark-b42059d2efdf3322334694205a6d951bcc291644.tar.bz2
spark-b42059d2efdf3322334694205a6d951bcc291644.zip
Revert "[SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests.py."
This reverts commit 8abef21dac1a6538c4e4e0140323b83d804d602b.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml17
1 files changed, 2 insertions, 15 deletions
diff --git a/pom.xml b/pom.xml
index 2927d3e107..6535994641 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,7 +181,6 @@
<libthrift.version>0.9.2</libthrift.version>
<test.java.home>${java.home}</test.java.home>
- <test.exclude.tags></test.exclude.tags>
<!--
Dependency scopes that can be overridden by enabling certain profiles. These profiles are
@@ -340,16 +339,6 @@
<artifactId>scalatest_${scala.binary.version}</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>com.novocode</groupId>
- <artifactId>junit-interface</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
<dependencyManagement>
<dependencies>
@@ -753,7 +742,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.11</version>
+ <version>4.10</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -771,7 +760,7 @@
<dependency>
<groupId>com.novocode</groupId>
<artifactId>junit-interface</artifactId>
- <version>0.11</version>
+ <version>0.10</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -1926,7 +1915,6 @@
<test.src.tables>src</test.src.tables>
</systemProperties>
<failIfNoTests>false</failIfNoTests>
- <excludedGroups>${test.exclude.tags}</excludedGroups>
</configuration>
</plugin>
<!-- Scalatest runs all Scala tests -->
@@ -1964,7 +1952,6 @@
<!-- Needed by sql/hive tests. -->
<test.src.tables>__not_used__</test.src.tables>
</systemProperties>
- <tagsToExclude>${test.exclude.tags}</tagsToExclude>
</configuration>
<executions>
<execution>