From dc9c4d2732db0df9e7d3c2944b9f78b6c90ffaf6 Mon Sep 17 00:00:00 2001 From: Benaka Moorthi <benaka.moorthi@gmail.com> Date: Sat, 21 Sep 2013 21:54:46 -0400 Subject: [PATCH] Try to isolate failure on travis. --- tests/PHPUnit/phpunit.xml.dist | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist index 4951aa7449..62f55afcc9 100644 --- a/tests/PHPUnit/phpunit.xml.dist +++ b/tests/PHPUnit/phpunit.xml.dist @@ -38,8 +38,6 @@ </testsuite> <testsuite name="IntegrationTests"> <!-- <directory>./Integration</directory> --> - <file>./Integration/AutoSuggestAPITest.php</file> - <file>./Integration/BlobReportLimitingTest.php</file> <file>./Integration/CsvExportTest.php</file> <file>./Integration/EcommerceOrderWithItemsTest.php</file> </testsuite> -- GitLab