Revert "test: Disable test_live_iso test"
Enable the live-iso test again.
This reverts commit 1ac75e98b4
.
Fixes: #731
This commit is contained in:
parent
61fc4d2b4e
commit
bad9e93c3c
@ -1,7 +1,6 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
|
|
||||||
import composertest
|
import composertest
|
||||||
import unittest
|
|
||||||
|
|
||||||
|
|
||||||
class TestImages(composertest.ComposerTestCase):
|
class TestImages(composertest.ComposerTestCase):
|
||||||
@ -36,7 +35,6 @@ class TestQcow2(composertest.ComposerTestCase):
|
|||||||
|
|
||||||
|
|
||||||
class TestLiveIso(composertest.ComposerTestCase):
|
class TestLiveIso(composertest.ComposerTestCase):
|
||||||
@unittest.skip("https://github.com/weldr/lorax/issues/731")
|
|
||||||
def test_live_iso(self):
|
def test_live_iso(self):
|
||||||
self.runCliTest("/tests/cli/test_compose_live-iso.sh")
|
self.runCliTest("/tests/cli/test_compose_live-iso.sh")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user