pungi: Fix incorrectly skipped tests

The test was not correctly being skipped in Koji build, causing build
failure.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2016-11-16 09:43:19 +01:00
parent 3c1e2fba66
commit b7813d34ac
1 changed files with 1 additions and 2 deletions

View File

@ -776,8 +776,7 @@ class TestPungi(unittest.TestCase):
"dummy-glibc-debuginfo-common-2.14-5.x86_64.rpm",
])
# This test is broken.
@unittest.skip
@unittest.skip('This test is broken')
def test_bash_multilib_nogreedy(self):
packages = [
"dummy-bash.+",