Revert "test: Disable test_live_iso test"

Enable the live-iso test again.

This reverts commit 1ac75e98b4.

Fixes: #731
This commit is contained in:
Lars Karlitski 2019-06-25 10:24:51 +02:00 committed by GitHub
parent 61fc4d2b4e
commit bad9e93c3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
#!/usr/bin/python3
import composertest
import unittest
class TestImages(composertest.ComposerTestCase):
@ -36,7 +35,6 @@ class TestQcow2(composertest.ComposerTestCase):
class TestLiveIso(composertest.ComposerTestCase):
@unittest.skip("https://github.com/weldr/lorax/issues/731")
def test_live_iso(self):
self.runCliTest("/tests/cli/test_compose_live-iso.sh")