diff --git a/test/functional/tests/conftest.py b/test/functional/tests/conftest.py index 526c976..df53680 100644 --- a/test/functional/tests/conftest.py +++ b/test/functional/tests/conftest.py @@ -152,6 +152,7 @@ def get_force_param(item): def base_prepare(item): with TestRun.LOGGER.step("Cleanup before test"): + TestRun.executor.run("pkill --signal=SIGKILL fsck") Udev.enable() kill_all_io() DeviceMapper.remove_all()