From 96aacb8f5c3e4218ec6a0b53c960214bcc944eaa Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Thu, 10 Mar 2016 08:27:53 -0800 Subject: [PATCH] skip these tests during usual testing (try to stay under 1 sec.) --- tests/test_driver.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_driver.py b/tests/test_driver.py index e84bd91..44f2757 100644 --- a/tests/test_driver.py +++ b/tests/test_driver.py @@ -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):