Skip to content

Commit 7dc5bcd

Browse files
authored
Merge pull request apache#121 from palantir/ignore-hanging-distributedsuite
Ignore hanging DistributedSuite
2 parents 5dff733 + edc94b6 commit 7dc5bcd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/test/scala/org/apache/spark/DistributedSuite.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
package org.apache.spark
1919

20+
import org.scalatest.{Ignore, Matchers}
2021
import org.scalatest.concurrent.Timeouts._
21-
import org.scalatest.Matchers
2222
import org.scalatest.time.{Millis, Span}
2323

2424
import org.apache.spark.storage.{RDDBlockId, StorageLevel}
@@ -28,6 +28,7 @@ class NotSerializableClass
2828
class NotSerializableExn(val notSer: NotSerializableClass) extends Throwable() {}
2929

3030

31+
@Ignore
3132
class DistributedSuite extends SparkFunSuite with Matchers with LocalSparkContext {
3233

3334
val clusterUrl = "local-cluster[2,1,1024]"

0 commit comments

Comments
 (0)