From b6e5740cb55271a6b7a7c5fa053ad1e595fd3cc7 Mon Sep 17 00:00:00 2001 From: Benaka Moorthi <benaka.moorthi@gmail.com> Date: Sat, 21 Sep 2013 22:00:30 -0400 Subject: [PATCH] Try to isolate failure on travis. --- tests/PHPUnit/phpunit.xml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist index 0ddc965ec0..f68a30847d 100644 --- a/tests/PHPUnit/phpunit.xml.dist +++ b/tests/PHPUnit/phpunit.xml.dist @@ -38,7 +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> <!-- NOTE: UI Tests are not included here since they significantly add to the test run time. --> -- GitLab