diff --git a/resource-managers/yarn/src/test/scala/org/apache/spark/deploy/yarn/ClientSuite.scala b/resource-managers/yarn/src/test/scala/org/apache/spark/deploy/yarn/ClientSuite.scala index b335e7fc04f53..9c5c376ce5357 100644 --- a/resource-managers/yarn/src/test/scala/org/apache/spark/deploy/yarn/ClientSuite.scala +++ b/resource-managers/yarn/src/test/scala/org/apache/spark/deploy/yarn/ClientSuite.scala @@ -215,6 +215,8 @@ class ClientSuite extends SparkFunSuite with Matchers { } test("specify a more specific type for the application") { + // TODO (SPARK-31733) Make this test case pass with Hadoop-3.2 + assume(!isYarnResourceTypesAvailable) // When the type exceeds 20 characters will be truncated by yarn val appTypes = Map( 1 -> ("", ""),