Skip to content

Commit 62e4fcb

Browse files
gerrod3cursoragent
andcommitted
Remove redundant domain skip from provenance sync test
domain_factory already skips when domains are disabled. Assisted-by: Cursor Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent bab78b7 commit 62e4fcb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pulp_python/tests/functional/api/test_attestations.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import requests
99
from pypi_simple import PyPISimple
1010

11-
from pulpcore.app import settings # noqa: TID251
1211
from pulpcore.tests.functional.utils import PulpTaskError
1312

1413

@@ -155,7 +154,6 @@ def test_attestation_sync_upload(python_bindings, twine_package, download_python
155154
assert att_bundle["publisher"]["kind"] == "Pulp User"
156155

157156

158-
@pytest.mark.skipif(not settings.DOMAIN_ENABLED, reason="Domain not enabled")
159157
@pytest.mark.parallel
160158
def test_sync_pulp_created_provenance(
161159
domain_factory,

0 commit comments

Comments
 (0)