From 5fd57ec58bbee22b221d7ae6bd2411c49cbfd025 Mon Sep 17 00:00:00 2001 From: Benaka Moorthi <benaka.moorthi@gmail.com> Date: Sat, 21 Sep 2013 22:26:55 -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 4951aa7449..3452722c70 100644 --- a/tests/PHPUnit/phpunit.xml.dist +++ b/tests/PHPUnit/phpunit.xml.dist @@ -41,7 +41,7 @@ <file>./Integration/AutoSuggestAPITest.php</file> <file>./Integration/BlobReportLimitingTest.php</file> <file>./Integration/CsvExportTest.php</file> - <file>./Integration/EcommerceOrderWithItemsTest.php</file> + <file>./Integration/NoVisitTest.php</file> </testsuite> <!-- NOTE: UI Tests are not included here since they significantly add to the test run time. --> </testsuites> -- GitLab