Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-22 05:57:43 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-22 05:57:43 +0400
commit8ed74ed0631c46f702be7807d9280cdf003e643b (patch)
tree930827c674f6f4d00b547c1700636d3922946638 /tests/PHPUnit/phpunit.xml.dist
parentdc9c4d2732db0df9e7d3c2944b9f78b6c90ffaf6 (diff)
Try to isolate failure on travis.
Diffstat (limited to 'tests/PHPUnit/phpunit.xml.dist')
-rw-r--r--tests/PHPUnit/phpunit.xml.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist
index 62f55afcc9..0ddc965ec0 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/CsvExportTest.php</file>
+ <file>./Integration/AutoSuggestAPITest.php</file>
<file>./Integration/EcommerceOrderWithItemsTest.php</file>
</testsuite>
<!-- NOTE: UI Tests are not included here since they significantly add to the test run time. -->