Disable Forks while running ITs
diff --git a/pom.xml b/pom.xml
index 39f3099..cc8c94f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1848,7 +1848,8 @@
                     </argLine>
                     <skip>${skipITs}</skip>
                     <reuseForks>false</reuseForks>
-                    <forkCount>2C</forkCount>
+                    <!-- Don't fork the IT until there's sandbox capability for IT env -->
+                    <forkCount>0</forkCount>
                     <redirectTestOutputToFile>true</redirectTestOutputToFile>
                 </configuration>
                 <executions>