Re-enable test_crd_gate_unknown / test_crd_undefined_project

These tests are working properly.

Change-Id: I50f7a41492f019a37de1188ee29a931cf065a49f
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-11-11 19:08:02 -05:00
parent 160cb8e417
commit 9d77f49afa
1 changed files with 0 additions and 2 deletions

View File

@ -4058,7 +4058,6 @@ For CI problems and help debugging, contact ci@example.org"""
self.assertEqual(A.data['status'], 'NEW')
self.assertEqual(B.data['status'], 'NEW')
@skip("Disabled for early v3 development")
def test_crd_gate_unknown(self):
"Test unknown projects in dependent pipeline"
self.init_repo("org/unknown")
@ -4260,7 +4259,6 @@ For CI problems and help debugging, contact ci@example.org"""
def test_crd_check_reconfiguration(self):
self._test_crd_check_reconfiguration('org/project1', 'org/project2')
@skip("Disabled for early v3 development")
def test_crd_undefined_project(self):
"""Test that undefined projects in dependencies are handled for
independent pipelines"""