Skip to content

Commit

Permalink
HOTFIX: Ignore streaming UI test
Browse files Browse the repository at this point in the history
This is currently causing many builds to hang.

https://issues.apache.org/jira/browse/SPARK-1530

Author: Patrick Wendell <[email protected]>

Closes apache#440 from pwendell/uitest-fix and squashes the following commits:

9a143dc [Patrick Wendell] Ignore streaming UI test
  • Loading branch information
pwendell committed Apr 18, 2014
1 parent 6c746ba commit 7863ecc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7863ecc

Please sign in to comment.