diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-01-24 18:12:32 +0100 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-02-07 11:23:33 +0100 |
commit | 892e6c642a5bc44d53375e3144f1a29a8e81ddd5 (patch) | |
tree | 0fbe479e08385983ee2efa0ec80308f36ef6e93c /.github/workflows/phpunit-32bits.yml | |
parent | 885e54e7e0e00b268c597962107439820c95d188 (diff) | |
download | nextcloud-server-892e6c642a5bc44d53375e3144f1a29a8e81ddd5.tar.gz nextcloud-server-892e6c642a5bc44d53375e3144f1a29a8e81ddd5.zip |
Skip buggy tests for 32bits CI
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to '.github/workflows/phpunit-32bits.yml')
-rw-r--r-- | .github/workflows/phpunit-32bits.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit-32bits.yml b/.github/workflows/phpunit-32bits.yml index 763043082c8..78be0120cf1 100644 --- a/.github/workflows/phpunit-32bits.yml +++ b/.github/workflows/phpunit-32bits.yml @@ -52,4 +52,4 @@ jobs: - name: PHPUnit working-directory: tests - run: phpunit --configuration phpunit-autotest.xml --exclude-group PRIMARY-azure,PRIMARY-s3,PRIMARY-swift,Memcached,Redis + run: phpunit --configuration phpunit-autotest.xml --exclude-group PRIMARY-azure,PRIMARY-s3,PRIMARY-swift,Memcached,Redis,RoutingWeirdness |