test: Disable test_live_iso test
https://github.com/weldr/lorax/issues/731
This commit is contained in:
parent
1e5a5921e3
commit
1ac75e98b4
@ -1,6 +1,7 @@
|
||||
#!/usr/bin/python3
|
||||
|
||||
import composertest
|
||||
import unittest
|
||||
|
||||
|
||||
class TestSanity(composertest.ComposerTestCase):
|
||||
@ -24,6 +25,7 @@ class TestImages(composertest.ComposerTestCase):
|
||||
def test_qcow2(self):
|
||||
self.runCliTest("/tests/cli/test_compose_qcow2.sh")
|
||||
|
||||
@unittest.skip("https://github.com/weldr/lorax/issues/731")
|
||||
def test_live_iso(self):
|
||||
self.runCliTest("/tests/cli/test_compose_live-iso.sh")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user