diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist
index a88ad6f47ccb991a905732685e6e9ba3bdf6da26..fac81d35d2f07db43325f7707da1061abb38b305 100644
--- a/tests/PHPUnit/phpunit.xml.dist
+++ b/tests/PHPUnit/phpunit.xml.dist
@@ -37,7 +37,8 @@
       <directory>./Core</directory>
   </testsuite>
   <testsuite name="IntegrationTests">
-      <directory>./Integration</directory>
+      <!-- <directory>./Integration</directory> -->
+      <file>./Integration/EcommerceOrderWithItemsTest.php</file>
   </testsuite>
   <!-- NOTE: UI Tests are not included here since they significantly add to the test run time. -->
 </testsuites>