skip these tests during usual testing (try to stay under 1 sec.)

This commit is contained in:
Martin A. Brown 2016-03-10 08:27:53 -08:00
parent a3e3e6106f
commit 96aacb8f5c
1 changed files with 2 additions and 2 deletions

View File

@ -442,7 +442,7 @@ class TestDriverScript(TestInventoryBase):
self.assertEquals(exitcode, os.EX_OK)
# @unittest.skip("Except when you want to spend time....")
@unittest.skip("Except when you want to spend time....")
class TestDriverBuild(TestInventoryBase):
def test_build_one_broken(self):
@ -474,7 +474,7 @@ class TestDriverBuild(TestInventoryBase):
# @unittest.skip("Except when you want to spend time....")
@unittest.skip("Except when you want to spend time....")
class TestDriverPublish(TestInventoryBase):
def test_publish_docbook4xml(self):