mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 18:37:17 +01:00
Both are basically special groups, which we do not use. But they also had a special meaning in the past which now only works when set on the test class: They set the test timeout. So for `@small` we just remove them, for `@medium` we remove where not needed but keep it on the class where the full test class might make use of the adjusted timeout. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>