From 35650c6302a1da943d3ce21fc865a8d05e282737 Mon Sep 17 00:00:00 2001 From: Grant Gainey Date: Wed, 24 Sep 2025 13:22:34 -0400 Subject: [PATCH] Enable import-export tests when DOMAIN_ENABLED=True. --- pulp_python/tests/functional/api/test_export_import.py | 1 - 1 file changed, 1 deletion(-) 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 "