We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5dff733 + edc94b6 commit 7dc5bcdCopy full SHA for 7dc5bcd
core/src/test/scala/org/apache/spark/DistributedSuite.scala
@@ -17,8 +17,8 @@
17
18
package org.apache.spark
19
20
+import org.scalatest.{Ignore, Matchers}
21
import org.scalatest.concurrent.Timeouts._
-import org.scalatest.Matchers
22
import org.scalatest.time.{Millis, Span}
23
24
import org.apache.spark.storage.{RDDBlockId, StorageLevel}
@@ -28,6 +28,7 @@ class NotSerializableClass
28
class NotSerializableExn(val notSer: NotSerializableClass) extends Throwable() {}
29
30
31
+@Ignore
32
class DistributedSuite extends SparkFunSuite with Matchers with LocalSparkContext {
33
34
val clusterUrl = "local-cluster[2,1,1024]"
0 commit comments