Skip to content

Commit

Permalink
Merge pull request #366 from SUSE-Enceladus/skip-beta-register
Browse files Browse the repository at this point in the history
Register skipinbeta marker
  • Loading branch information
smarlowucf authored Oct 23, 2023
2 parents 6e46e69 + 659a96e commit d5cfc2a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions usr/share/lib/img_proof/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,3 +252,11 @@ def f():
else:
return True
return f


def pytest_configure(config):
# register an additional marker
config.addinivalue_line(
"markers",
"skipinbeta: mark test to be skipped during beta testing phase"
)

0 comments on commit d5cfc2a

Please sign in to comment.