Skip to content

Commit 5fdf2bb

Browse files
author
Ace Nassri
authored
chore(testing): add ability to skip GAE Flex tests (GoogleCloudPlatform#1275)
Related to b/173545239 and GoogleCloudPlatform#1242
1 parent 266cd2f commit 5fdf2bb

File tree

16 files changed

+16
-0
lines changed

16 files changed

+16
-0
lines changed

appengine/flexible/analytics/phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<testsuites>
2222
<testsuite name="App Engine Flex Memcache tests">
2323
<directory>test</directory>
24+
<exclude>test/DeployTest.php</exclude>
2425
</testsuite>
2526
</testsuites>
2627
<logging>

appengine/flexible/datastore/phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<testsuites>
1919
<testsuite name="App Engine Flex Datastore tests">
2020
<directory>test</directory>
21+
<exclude>test/DeployTest.php</exclude>
2122
</testsuite>
2223
</testsuites>
2324
<logging>

appengine/flexible/drupal8/phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<testsuites>
1919
<testsuite name="Drupal deployment test">
2020
<directory>test</directory>
21+
<exclude>test/DeployTest.php</exclude>
2122
</testsuite>
2223
</testsuites>
2324
<filter>

appengine/flexible/helloworld/phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<testsuites>
1919
<testsuite name="PHP Getting Started Test Suite">
2020
<directory>test</directory>
21+
<exclude>test/DeployTest.php</exclude>
2122
</testsuite>
2223
</testsuites>
2324
<logging>

appengine/flexible/laravel/phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<testsuites>
1919
<testsuite name="Laravel deployment test">
2020
<directory>test</directory>
21+
<exclude>test/DeployTest.php</exclude>
2122
</testsuite>
2223
</testsuites>
2324
<filter>

appengine/flexible/logging/phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<testsuites>
1919
<testsuite name="AppEngine Flex logging test">
2020
<directory>test</directory>
21+
<exclude>test/DeployTest.php</exclude>
2122
</testsuite>
2223
</testsuites>
2324
<logging>

appengine/flexible/memcache/phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<testsuites>
1919
<testsuite name="App Engine Flex Memcache tests">
2020
<directory>test</directory>
21+
<exclude>test/DeployTest.php</exclude>
2122
</testsuite>
2223
</testsuites>
2324
<logging>

appengine/flexible/metadata/phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<testsuites>
1919
<testsuite name="AppEngine Flex metadata test">
2020
<directory>test</directory>
21+
<exclude>test/DeployTest.php</exclude>
2122
</testsuite>
2223
</testsuites>
2324
<logging>

appengine/flexible/staticcontent/phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<testsuites>
1919
<testsuite name="PHP static content test">
2020
<directory>test</directory>
21+
<exclude>test/DeployTest.php</exclude>
2122
</testsuite>
2223
</testsuites>
2324
<filter>

appengine/flexible/storage/phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<testsuites>
1919
<testsuite name="AppEngine Flex storage test">
2020
<directory>test</directory>
21+
<exclude>test/DeployTest.php</exclude>
2122
</testsuite>
2223
</testsuites>
2324
<logging>

0 commit comments

Comments
 (0)