From 7863ecca35be9af1eca0dfe5fd8806c5dd710fd6 Mon Sep 17 00:00:00 2001 From: Patrick Wendell Date: Thu, 17 Apr 2014 17:33:24 -0700 Subject: HOTFIX: Ignore streaming UI test This is currently causing many builds to hang. https://issues.apache.org/jira/browse/SPARK-1530 Author: Patrick Wendell Closes #440 from pwendell/uitest-fix and squashes the following commits: 9a143dc [Patrick Wendell] Ignore streaming UI test --- streaming/src/test/scala/org/apache/spark/streaming/UISuite.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'streaming') diff --git a/streaming/src/test/scala/org/apache/spark/streaming/UISuite.scala b/streaming/src/test/scala/org/apache/spark/streaming/UISuite.scala index 031e93ab24..2a0db75649 100644 --- a/streaming/src/test/scala/org/apache/spark/streaming/UISuite.scala +++ b/streaming/src/test/scala/org/apache/spark/streaming/UISuite.scala @@ -26,7 +26,8 @@ import org.scalatest.time.SpanSugar._ class UISuite extends FunSuite { - test("streaming tab in spark UI") { + // Ignored: See SPARK-1530 + ignore("streaming tab in spark UI") { val ssc = new StreamingContext("local", "test", Seconds(1)) eventually(timeout(10 seconds), interval(50 milliseconds)) { val html = Source.fromURL(ssc.sparkContext.ui.appUIAddress).mkString -- cgit v1.2.3