From eceb55b1a8bd861252fcf24334fa3459b62ac6b2 Mon Sep 17 00:00:00 2001
From: Benaka Moorthi <benaka.moorthi@gmail.com>
Date: Sat, 21 Sep 2013 21:37:55 -0400
Subject: [PATCH] Try to isolate failure on travis.

---
 tests/PHPUnit/phpunit.xml.dist | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist
index a88ad6f47c..fac81d35d2 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>
-- 
GitLab