From bc417e03c469f18cefc88b6200cacf65b4de8af7 Mon Sep 17 00:00:00 2001 From: Adam Rutkowski Date: Thu, 8 Sep 2022 16:20:54 +0200 Subject: [PATCH] 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 --- .../tests/failover_standby/test_failover_advanced.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/functional/tests/failover_standby/test_failover_advanced.py b/test/functional/tests/failover_standby/test_failover_advanced.py index 752d966..a3376a6 100644 --- a/test/functional/tests/failover_standby/test_failover_advanced.py +++ b/test/functional/tests/failover_standby/test_failover_advanced.py @@ -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)