diff --git a/tests/test_external_tests.py b/tests/test_external_tests.py index 3866988..5f573bc 100644 --- a/tests/test_external_tests.py +++ b/tests/test_external_tests.py @@ -12,6 +12,7 @@ from dcqc.tests import BaseTest, ExternalTestMixin, Process, TestStatus +# TODO Make changes to fully support Docker-enabled tests in macOS def docker_enabled_test(func): return pytest.mark.skipif( "linux" not in sys.platform.lower(),