LuciferYang commented on code in PR #40876:
URL: https://github.com/apache/spark/pull/40876#discussion_r1172471626
##########
resource-managers/yarn/src/test/scala/org/apache/spark/deploy/yarn/ClientSuite.scala:
##########
@@ -216,9 +215,8 @@ class ClientSuite extends SparkFunSuite with Matchers {
appContext.getPriority.getPriority should be (1)
}
- test("specify a more specific type for the application") {
- // TODO (SPARK-31733) Make this test case pass with hadoop-3
- assume(!isYarnResourceTypesAvailable)
Review Comment:
`assume(!isYarnResourceTypesAvailable)` always false now, so just ignore
this test
--
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]