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:
parent
3c1e2fba66
commit
b7813d34ac
@ -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.+",
|
||||
|
Loading…
Reference in New Issue
Block a user