diff --git a/test/functional/test-framework b/test/functional/test-framework index 548dcc5..6f60cfc 160000 --- a/test/functional/test-framework +++ b/test/functional/test-framework @@ -1 +1 @@ -Subproject commit 548dcc58d4f29d37a2a2f97149928853e4d628a7 +Subproject commit 6f60cfc05187d8cde5e3b3e613b13dfc2b0b3b77 diff --git a/test/functional/tests/conftest.py b/test/functional/tests/conftest.py index c1a803d..8c3f833 100644 --- a/test/functional/tests/conftest.py +++ b/test/functional/tests/conftest.py @@ -82,9 +82,6 @@ def pytest_runtest_teardown(): This method is executed always in the end of each test, even if it fails or raises exception in prepare stage. """ - if TestRun.outcome == "skipped": - return - TestRun.LOGGER.end_all_groups() with TestRun.LOGGER.step("Cleanup after test"):