aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-11-10 14:56:06 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-11-10 14:56:06 -0800
commit6e7a309b814291d5936c2b5a7b22151b30ea2614 (patch)
tree2d1cd00000fdef7710c75a88ec452a81f59662c8 /project
parent974d334cf06a84317234a6c8e2e9ecca8271fa41 (diff)
downloadspark-6e7a309b814291d5936c2b5a7b22151b30ea2614.tar.gz
spark-6e7a309b814291d5936c2b5a7b22151b30ea2614.tar.bz2
spark-6e7a309b814291d5936c2b5a7b22151b30ea2614.zip
Revert "[SPARK-2703][Core]Make Tachyon related unit tests execute without deploying a Tachyon system locally."
This reverts commit bd86cb1738800a0aa4c88b9afdba2f97ac6cbf25.
Diffstat (limited to 'project')
-rw-r--r--project/SparkBuild.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index 351e57a4b5..657e4b4432 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -360,8 +360,6 @@ object TestSettings {
testOptions += Tests.Argument(TestFrameworks.JUnit, "-v", "-a"),
// Enable Junit testing.
libraryDependencies += "com.novocode" % "junit-interface" % "0.9" % "test",
- // Enable Tachyon local testing.
- libraryDependencies += "org.tachyonproject" % "tachyon" % "0.5.0" % "test" classifier "tests",
// Only allow one test at a time, even across projects, since they run in the same JVM
parallelExecution in Test := false,
concurrentRestrictions in Global += Tags.limit(Tags.Test, 1),