Skip to content

Commit 41cb7c3

Browse files
committed
disable skip
Signed-off-by: William Woodruff <william@trailofbits.com>
1 parent 224c6f8 commit 41cb7c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ def sign_ctx_and_ident_for_env(
266266
env: str,
267267
) -> tuple[type[SigningContext], type[IdentityToken]]:
268268
if env == "staging":
269-
if pytestconfig.getoption("skip-staging"):
270-
pytest.skip("skipping staging test variant due to --skip-staging")
269+
# if pytestconfig.getoption("skip-staging"):
270+
# pytest.skip("skipping staging test variant due to --skip-staging")
271271
ctx_cls = SigningContext.staging
272272
elif env == "production":
273273
ctx_cls = SigningContext.production

0 commit comments

Comments
 (0)