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 1b6ba5283e
commit 1a27d3037f

View File

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