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 /tests/lib/Route/RouterTest.php | |
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 'tests/lib/Route/RouterTest.php')
-rw-r--r-- | tests/lib/Route/RouterTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/Route/RouterTest.php b/tests/lib/Route/RouterTest.php index e67c4518cb0..44fef6f1d4f 100644 --- a/tests/lib/Route/RouterTest.php +++ b/tests/lib/Route/RouterTest.php @@ -30,6 +30,8 @@ use Test\TestCase; /** * Class RouterTest * + * @group RoutingWeirdness + * * @package Test\Route */ class RouterTest extends TestCase { |