mridulm commented on code in PR #52791:
URL: https://github.com/apache/spark/pull/52791#discussion_r2594676391
##########
core/src/test/scala/org/apache/spark/ShuffleSuite.scala:
##########
@@ -43,6 +43,7 @@ abstract class ShuffleSuite extends SparkFunSuite with
Matchers with LocalRootDi
// Ensure that the DAGScheduler doesn't retry stages whose fetches fail, so
that we accurately
// test that the shuffle works (rather than retrying until all blocks are
local to one Executor).
conf.set(TEST_NO_STAGE_RETRY, true)
+ conf.set("spark.ui.enabled", "false")
Review Comment:
Why are we disabling this ? Looks unrelated to this PR ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]