enable skipped failover tests

Excessive reboot times have not been observed for some time now.
I wasn't able to reproduce them by hand either.

Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
This commit is contained in:
Adam Rutkowski 2022-09-08 16:20:54 +02:00
parent bea1f22684
commit bc417e03c4

View File

@ -128,9 +128,6 @@ def test_failover_during_background_cleaning(cache_mode, cls, cleaning_policy, n
- Verify that the two checksums are equal
- Power on the main DUT
"""
# TODO: use @pytest.mark.skip(reason="...") once it's fixed
pytest.skip("sporadic failures due to power cycle taking too long")
with TestRun.step("Make sure DRBD is installed on both nodes"):
check_drbd_installed(TestRun.duts)
@ -387,9 +384,6 @@ def test_failover_during_dirty_flush(cache_mode, cls, num_iterations):
- Verify that the two checksums are equal
- Power on the main DUT
"""
# TODO: use @pytest.mark.skip(reason="...") once it's fixed
pytest.skip("sporadic failures due to power cycle taking too long")
with TestRun.step("Make sure DRBD is installed on both nodes"):
check_drbd_installed(TestRun.duts)