dongjoon-hyun commented on code in PR #45583:
URL: https://github.com/apache/spark/pull/45583#discussion_r1532509517


##########
resource-managers/yarn/src/test/scala/org/apache/spark/deploy/yarn/YarnClusterSuite.scala:
##########
@@ -292,7 +292,8 @@ class YarnClusterSuite extends BaseYarnClusterSuite {
     }
   }
 
-  test("running Spark in yarn-cluster mode displays driver log links") {
+  // TODO(SPARK-47491): Re-enable `driver log links` test in YarnClusterSuite
+  ignore("running Spark in yarn-cluster mode displays driver log links") {

Review Comment:
   I'll handle this  later in SPARK-47491 because YARN-only test PR doesn't 
cause a full GitHub Action. It's more easier to fix it. Currently, this PR 
causes the full CI builds and it makes the investigation difficult.



-- 
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]

Reply via email to