Skip to content

Commit d1a1f0f

Browse files
author
Ace Nassri
authored
chore(appengine/flexible): fix missed exclude tests (GoogleCloudPlatform#1281)
1 parent 5fdf2bb commit d1a1f0f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

appengine/flexible/supervisord/addition/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>
2020
<directory>test</directory>
21+
<exclude>test/DeployTest.php</exclude>
2122
</testsuite>
2223
</testsuites>
2324
<logging>

appengine/flexible/supervisord/replacement/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>
2020
<directory>test</directory>
21+
<exclude>test/DeployTest.php</exclude>
2122
</testsuite>
2223
</testsuites>
2324
<filter>

0 commit comments

Comments
 (0)