Revert "Re-enable strategy units (#78293)" (#78300)

This reverts commit c6c9d90ca4.
pull/78303/head
Matt Clay 3 years ago committed by GitHub
parent c6c9d90ca4
commit 9b42f9befe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,6 +35,8 @@ from ansible.plugins.strategy import StrategyBase
import pytest
pytestmark = pytest.mark.skipif(True, reason="Temporarily disabled due to fragile tests that need rewritten")
class TestStrategyBase(unittest.TestCase):

Loading…
Cancel
Save