Skip to content

Commit

Permalink
Mark src/layman/layer/micka/util_test.py::test_num_records as irritating
Browse files Browse the repository at this point in the history
  • Loading branch information
index-git committed Jun 22, 2021
1 parent 710adf5 commit 8acb702
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layman/layer/micka/util_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ def test_fill_xml_template():


@pytest.mark.usefixtures('app_context', 'ensure_layman', 'client')
@pytest.mark.irritating
def test_num_records():
publs_by_type = uuid.check_redis_consistency()
num_publications = sum([len(publs) for publs in publs_by_type.values()])
Expand Down

0 comments on commit 8acb702

Please sign in to comment.