lister.debian.tests: Fix test
The scheduler fixture introduced truncates tables in between tests. The debian tests unfortunately share state and it broke when that changed. This fixes the test by avoiding the truncation of the scheduler db table "task".
Ideally those tests need to be reworked to avoid sharing state between tests.
Migrated from D4387 (view on Phabricator)