From b8149b3e659a174ccc60dcabef431e3df150b5a8 Mon Sep 17 00:00:00 2001 From: Benaka Moorthi <benaka.moorthi@gmail.com> Date: Sat, 21 Sep 2013 22:05:15 -0400 Subject: [PATCH] Try to isolate failure on travis. --- tests/PHPUnit/phpunit.xml.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist index f68a30847d..3b2945a82c 100644 --- a/tests/PHPUnit/phpunit.xml.dist +++ b/tests/PHPUnit/phpunit.xml.dist @@ -38,6 +38,7 @@ </testsuite> <testsuite name="IntegrationTests"> <!-- <directory>./Integration</directory> --> + <file>./Integration/AutoSuggestAPITest.php</file> <file>./Integration/BlobReportLimitingTest.php</file> <file>./Integration/EcommerceOrderWithItemsTest.php</file> </testsuite> -- GitLab