summaryrefslogtreecommitdiffstats
path: root/tests/lib/Route/RouterTest.php
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2023-01-24 18:12:32 +0100
committerCôme Chilliet <come.chilliet@nextcloud.com>2023-02-07 11:23:33 +0100
commit892e6c642a5bc44d53375e3144f1a29a8e81ddd5 (patch)
tree0fbe479e08385983ee2efa0ec80308f36ef6e93c /tests/lib/Route/RouterTest.php
parent885e54e7e0e00b268c597962107439820c95d188 (diff)
downloadnextcloud-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.php2
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 {