diff --git a/flink-yarn-tests/src/test/java/org/apache/flink/yarn/YARNSessionFIFOSecuredITCase.java b/flink-yarn-tests/src/test/java/org/apache/flink/yarn/YARNSessionFIFOSecuredITCase.java
index de15e49173f0d..3faf7776369a3 100644
--- a/flink-yarn-tests/src/test/java/org/apache/flink/yarn/YARNSessionFIFOSecuredITCase.java
+++ b/flink-yarn-tests/src/test/java/org/apache/flink/yarn/YARNSessionFIFOSecuredITCase.java
@@ -25,7 +25,6 @@
import org.apache.flink.runtime.security.modules.HadoopModule;
import org.apache.flink.test.util.SecureTestEnvironment;
import org.apache.flink.test.util.TestingSecurityContext;
-import org.apache.flink.testutils.junit.FailsOnJava11;
import org.apache.flink.shaded.guava18.com.google.common.collect.Lists;
@@ -38,7 +37,6 @@
import org.junit.Assert;
import org.junit.BeforeClass;
import org.junit.Test;
-import org.junit.experimental.categories.Category;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@@ -108,7 +106,6 @@ public static void teardownSecureCluster() {
@Test(timeout = 60000) // timeout after a minute.
@Override
- @Category(FailsOnJava11.class)
public void testDetachedMode() throws Exception {
runTest(() -> {
runDetachedModeTest();
diff --git a/pom.xml b/pom.xml
index cd9380e7bd2f1..be70f1664ddd9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,7 @@ under the License.
Starting Hadoop 3, org.apache.kerby will be used instead of MiniKDC. We may have
to revisit the impact at that time.
-->
- 2.7.2
+ 3.2.0
./docs/_includes/generated
2.3.4