Skip to content

Commit

Permalink
test: Disable test_live_iso test
Browse files Browse the repository at this point in the history
  • Loading branch information
larskarlitski committed May 23, 2019
1 parent 1e5a592 commit 1ac75e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/check-cli
@@ -1,6 +1,7 @@
#!/usr/bin/python3

import composertest
import unittest


class TestSanity(composertest.ComposerTestCase):
Expand All @@ -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")

Expand Down

0 comments on commit 1ac75e9

Please sign in to comment.