From dc966e4a9f13bb76b10e4e65bc5bc81477a60952 Mon Sep 17 00:00:00 2001 From: Benaka Moorthi <benaka.moorthi@gmail.com> Date: Sat, 21 Sep 2013 21:44:05 -0400 Subject: [PATCH] Try to isolate failure on travis. --- tests/PHPUnit/phpunit.xml.dist | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist index fac81d35d2..575e271281 100644 --- a/tests/PHPUnit/phpunit.xml.dist +++ b/tests/PHPUnit/phpunit.xml.dist @@ -38,6 +38,13 @@ </testsuite> <testsuite name="IntegrationTests"> <!-- <directory>./Integration</directory> --> + <file>./Integration/AnnotationsTest.php</file> + <file>./Integration/ApiGetReportMetadataTest.php</file> + <file>./Integration/ApiGetReportMetadata_yearTest.php</file> + <file>./Integration/ArchiveCronTest.php</file> + <file>./Integration/AutoSuggestAPITest.php</file> + <file>./Integration/BlobReportLimitingTest.php</file> + <file>./Integration/CsvExportTest.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