Skip to content

Commit b747464

Browse files
committed
Enable import-export tests when DOMAIN_ENABLED=True.
1 parent a1074b3 commit b747464

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pulp_python/tests/functional/api/test_export_import.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717

1818
pytestmark = [
19-
pytest.mark.skipif(settings.DOMAIN_ENABLED, reason="Domains do not support export."),
2019
pytest.mark.skipif(
2120
"/tmp" not in settings.ALLOWED_EXPORT_PATHS,
2221
reason="Cannot run export-tests unless /tmp is in ALLOWED_EXPORT_PATHS "

0 commit comments

Comments
 (0)