diff options
Diffstat (limited to 'tests/lib/Command/CronBusTest.php')
-rw-r--r-- | tests/lib/Command/CronBusTest.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/lib/Command/CronBusTest.php b/tests/lib/Command/CronBusTest.php index 96190f717c6..2e5617efb31 100644 --- a/tests/lib/Command/CronBusTest.php +++ b/tests/lib/Command/CronBusTest.php @@ -9,7 +9,10 @@ namespace Test\Command; use OC\Command\CronBus; use Test\BackgroundJob\DummyJobList; -class CronBusTest extends AsyncBusTest { +/** + * @group DB + */ +class CronBusTest extends AsyncBusTestCase { /** * @var \OCP\BackgroundJob\IJobList */ |