From 4799804a9ae0177fce16921206b49265fcb7356d Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Mon, 18 Apr 2022 18:22:36 +0200 Subject: [PATCH] tests: remove worker tests --- phpunit.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index 2fbb75e221..9f5e42b84e 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -29,7 +29,6 @@ ./tests/e2e/Services/Storage ./tests/e2e/Services/Teams ./tests/e2e/Services/Users - ./tests/e2e/Services/Workers ./tests/e2e/Services/Webhooks ./tests/e2e/Services/Functions/FunctionsBase.php ./tests/e2e/Services/Functions/FunctionsCustomServerTest.php