mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add skip_if_platform marker
Make it easier to skip tests based on platform ID and platform LIKE_ID. Skip some tests that are not working on Debian-like platforms Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Stanislav Levin <slev@altlinux.org>
This commit is contained in:
@@ -982,6 +982,9 @@ class TestIPACommand(IntegrationTest):
|
||||
assert 'First name: %s' % (modfirst) in cmd.stdout_text
|
||||
assert 'Last name: %s' % (modlast) in cmd.stdout_text
|
||||
|
||||
@pytest.mark.skip_if_platform(
|
||||
"debian", reason="Crypto policy is not supported on Debian"
|
||||
)
|
||||
def test_enabled_tls_protocols(self):
|
||||
"""Check Apache has same TLS versions enabled as crypto policy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user