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 06:26:55 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-22 06:26:55 +0400
commit5fd57ec58bbee22b221d7ae6bd2411c49cbfd025 (patch)
tree8a8f3a041203f7b0db3f396c7b10e8a8186b02b3 /tests/PHPUnit/phpunit.xml.dist
parente88fe63e6a8aeee343c33fb12c2d912f97b0e55f (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 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>