diff --git a/pulp_python/tests/functional/api/test_export_import.py b/pulp_python/tests/functional/api/test_export_import.py index e3ecda82..9681411b 100644 --- a/pulp_python/tests/functional/api/test_export_import.py +++ b/pulp_python/tests/functional/api/test_export_import.py @@ -16,7 +16,6 @@ pytestmark = [ - pytest.mark.skipif(settings.DOMAIN_ENABLED, reason="Domains do not support export."), pytest.mark.skipif( "/tmp" not in settings.ALLOWED_EXPORT_PATHS, reason="Cannot run export-tests unless /tmp is in ALLOWED_EXPORT_PATHS "