[MNG-6522] Prepare to run ITs tests with Java 13-ea

diff --git a/core-it-suite/src/test/resources/mng-1957/pom.xml b/core-it-suite/src/test/resources/mng-1957/pom.xml
index 6d69288..aea53b5 100644
--- a/core-it-suite/src/test/resources/mng-1957/pom.xml
+++ b/core-it-suite/src/test/resources/mng-1957/pom.xml
@@ -189,7 +189,16 @@
     <profile>
       <id>test-6i</id>
       <activation>
-        <jdk>[12,)</jdk>
+        <jdk>[12,13)</jdk>
+      </activation>
+      <properties>
+        <jdkProperty6>PASSED</jdkProperty6>
+      </properties>
+    </profile>
+    <profile>
+      <id>test-6j</id>
+      <activation>
+        <jdk>[13,)</jdk>
       </activation>
       <properties>
         <jdkProperty6>PASSED</jdkProperty6>