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.
1 parent 6c746ba commit 7863eccCopy full SHA for 7863ecc
streaming/src/test/scala/org/apache/spark/streaming/UISuite.scala
@@ -26,7 +26,8 @@ import org.scalatest.time.SpanSugar._
26
27
class UISuite extends FunSuite {
28
29
- test("streaming tab in spark UI") {
+ // Ignored: See SPARK-1530
30
+ ignore("streaming tab in spark UI") {
31
val ssc = new StreamingContext("local", "test", Seconds(1))
32
eventually(timeout(10 seconds), interval(50 milliseconds)) {
33
val html = Source.fromURL(ssc.sparkContext.ui.appUIAddress).mkString
0 commit comments