Skip to content

Commit fe057f8

Browse files
committed
Remove slow tests (not being used)
Signed-off-by: Matt Friedman <maf675@gmail.com>
1 parent 673d2cf commit fe057f8

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@ jobs:
105105
db: "mariadb:10.4"
106106
- php: '7.3'
107107
db: "mariadb:10.5"
108-
- php: '7.3'
109-
db: "mysql:5.6"
110-
db_alias: "MySQL Slow Tests"
111-
SLOWTESTS: 1
112108
- php: '7.3'
113109
db: "mysql:5.6"
114110
db_alias: "MyISAM Tests"
@@ -198,11 +194,6 @@ jobs:
198194
run: .github/setup-database.sh $DB $MYISAM
199195
working-directory: ./phpBB3
200196

201-
- name: Setup LDAP
202-
if: ${{ matrix.SLOWTESTS == 1 }}
203-
run: .github/setup-ldap.sh
204-
working-directory: ./phpBB3
205-
206197
- name: Setup node
207198
uses: actions/setup-node@v3
208199
with:
@@ -220,18 +211,10 @@ jobs:
220211
working-directory: ./phpBB3
221212

222213
- name: Run unit tests
223-
if: ${{ matrix.SLOWTESTS != 1 }}
224214
env:
225215
DB: ${{steps.database-type.outputs.db}}
226216
run: phpBB/vendor/bin/phpunit --configuration phpBB/ext/$EXTNAME/.github/phpunit-$DB-github.xml --bootstrap ./tests/bootstrap.php
227217
working-directory: ./phpBB3
228-
229-
- name: Slow tests
230-
env:
231-
DB: ${{steps.database-type.outputs.db}}
232-
if: ${{ matrix.SLOWTESTS == 1 }}
233-
run: phpBB/vendor/bin/phpunit --configuration phpBB/ext/$EXTNAME/.github/phpunit-$DB-github.xml --bootstrap ./tests/bootstrap.php --group slow
234-
working-directory: ./phpBB3
235218
# END MySQL and MariaDB Job
236219

237220
# START PostgreSQL Job

0 commit comments

Comments
 (0)