Skip to content

Commit

Permalink
Skip more tests that make no sense on TW
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmueller committed Jul 24, 2023
1 parent 42043e0 commit 047f67e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import pytest

from bci_tester.data import BASE_CONTAINER
from bci_tester.data import OS_VERSION
from bci_tester.data import OS_SP_VERSION
from bci_tester.data import OS_VERSION
from bci_tester.data import REPOCLOSURE_CONTAINER
Expand Down Expand Up @@ -103,6 +104,9 @@ def test_repoclosure(container_per_test):
)


@pytest.mark.skipif(
OS_VERSION == "tumbleweed", reason="no separate SLE_BCI repo for TW"
)
@pytest.mark.parametrize(
"container_per_test", [REPOCLOSURE_CONTAINER], indirect=True
)
Expand Down

0 comments on commit 047f67e

Please sign in to comment.