[ticket/17010] Move web push testing to slow test group

PHPBB3-17010
This commit is contained in:
Marc Alexander 2023-01-29 09:48:23 +01:00
parent edaff6cd2d
commit ad196d1dba
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -19,7 +19,7 @@ use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;
require_once __DIR__ . '/base.php'; require_once __DIR__ . '/base.php';
/** /**
* @group * @group slow
*/ */
class notification_method_webpush_test extends phpbb_tests_notification_base class notification_method_webpush_test extends phpbb_tests_notification_base
{ {