Skip to content

Commit 2ba64a1

Browse files
authored
Merge pull request #1028 from SUSE/no_beta_eula
Remove test for beta eula
2 parents df717c1 + 6c68c43 commit 2ba64a1

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

tests/test_all.py

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -607,26 +607,6 @@ def test_bci_eula_is_correctly_available(container: ContainerData) -> None:
607607
)
608608

609609

610-
@pytest.mark.skipif(
611-
OS_VERSION in RELEASED_SLE_VERSIONS or OS_VERSION in ("tumbleweed",),
612-
reason="BETA EULA not expected",
613-
)
614-
@pytest.mark.parametrize(
615-
"container",
616-
ALL_CONTAINERS,
617-
indirect=True,
618-
)
619-
def test_sles_beta_eula_exists(container):
620-
"""Ensure that the SLES Beta eula exists in the container"""
621-
622-
assert (
623-
"SUSE(R) End User License Agreement for Beta Software"
624-
in container.connection.check_output(
625-
"head -n 1 /usr/share/licenses/product/base/license.txt"
626-
)
627-
)
628-
629-
630610
@pytest.mark.parametrize("runner", ALL_CONTAINERS)
631611
def test_certificates_are_present(
632612
host, tmp_path, container_runtime, runner: Container, pytestconfig: Config

0 commit comments

Comments
 (0)