Skip to content

Commit

Permalink
Merge pull request #317 from SUSE/basalt_listing
Browse files Browse the repository at this point in the history
skip dup tests for basalt currently
  • Loading branch information
dirkmueller authored Oct 9, 2023
2 parents 45ae79c + 6839609 commit 9d2df44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@ def test_glibc_present(auto_container):
assert auto_container.connection.exists(binary)


@pytest.mark.skipif(
OS_VERSION == "basalt",
reason="Basalt repos are known to be out of sync with IBS state",
)
@pytest.mark.parametrize(
"container_per_test", CONTAINERS_WITH_ZYPPER, indirect=True
)
Expand Down

0 comments on commit 9d2df44

Please sign in to comment.