Test: disabled wrong client domain tests for domlevel 0

These tests are only relevant for domain level 1

https://fedorahosted.org/freeipa/ticket/6382

Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
Oleg Fayans 2016-10-05 10:24:26 +02:00 committed by Martin Basti
parent 8f04d1a793
commit 8b0faa25d1

View File

@ -398,6 +398,7 @@ class TestWrongClientDomain(IntegrationTest):
topology = "star"
num_replicas = 1
domain_name = 'exxample.test'
domain_level = DOMAIN_LEVEL_1
@classmethod
def install(cls, mh):