Skip to content

Commit

Permalink
Merge pull request #121 from palantir/ignore-hanging-distributedsuite
Browse files Browse the repository at this point in the history
Ignore hanging DistributedSuite
  • Loading branch information
ash211 authored Mar 8, 2017
2 parents 5dff733 + edc94b6 commit 7dc5bcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/test/scala/org/apache/spark/DistributedSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

package org.apache.spark

import org.scalatest.{Ignore, Matchers}
import org.scalatest.concurrent.Timeouts._
import org.scalatest.Matchers
import org.scalatest.time.{Millis, Span}

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


@Ignore
class DistributedSuite extends SparkFunSuite with Matchers with LocalSparkContext {

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

0 comments on commit 7dc5bcd

Please sign in to comment.