Skip to content

Commit 6f5a362

Browse files
committed
Ignore org.apache.spark.ui.UISuite tests
1 parent fb98488 commit 6f5a362

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/src/test/scala/org/apache/spark/ui/UISuite.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import scala.xml.Node
3636

3737
class UISuite extends FunSuite {
3838

39-
test("basic ui visibility") {
39+
ignore("basic ui visibility") {
4040
withSpark(new SparkContext("local", "test")) { sc =>
4141
// test if the ui is visible, and all the expected tabs are visible
4242
eventually(timeout(10 seconds), interval(50 milliseconds)) {
@@ -50,7 +50,7 @@ class UISuite extends FunSuite {
5050
}
5151
}
5252

53-
test("visibility at localhost:4040") {
53+
ignore("visibility at localhost:4040") {
5454
withSpark(new SparkContext("local", "test")) { sc =>
5555
// test if visible from http://localhost:4040
5656
eventually(timeout(10 seconds), interval(50 milliseconds)) {
@@ -60,7 +60,7 @@ class UISuite extends FunSuite {
6060
}
6161
}
6262

63-
test("attaching a new tab") {
63+
ignore("attaching a new tab") {
6464
withSpark(new SparkContext("local", "test")) { sc =>
6565
val sparkUI = sc.ui
6666

0 commit comments

Comments
 (0)