Skip to content

Commit e42a120

Browse files
authored
Disable integration tests.
1 parent c94af52 commit e42a120

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<testsuite name="cmfcmf/openweathermap-php-api unit test suite">
88
<directory suffix="Test.php">./tests</directory>
99
</testsuite>
10-
<testsuite name="cmfcmf/openweathermap-php-api integration test suite">
10+
<!-- <testsuite name="cmfcmf/openweathermap-php-api integration test suite">
1111
<directory suffix="Test.php">./integTests</directory>
12-
</testsuite>
12+
</testsuite> -->
1313
</testsuites>
1414

1515
<filter>

0 commit comments

Comments
 (0)