File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
core/src/test/scala/org/apache/spark/ui Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ import scala.xml.Node
3636
3737class 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
You can’t perform that action at this time.
0 commit comments