summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2013-03-01 01:41:23 -0500
committerScott Moser <smoser@ubuntu.com>2013-03-01 01:41:23 -0500
commite71071a9bea85235c708380473d8cf3912f7aa61 (patch)
treebc3d89f43f447f8f88f7221531a99a7b99ae0c13 /tests
parentddda1cacfd12c9d4f3dc63260819eda23be80e13 (diff)
downloadvyos-cloud-init-e71071a9bea85235c708380473d8cf3912f7aa61.tar.gz
vyos-cloud-init-e71071a9bea85235c708380473d8cf3912f7aa61.zip
skip unit test due to LP: #1124384
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/test_builtin_handlers.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unittests/test_builtin_handlers.py b/tests/unittests/test_builtin_handlers.py
index 5f41cb3d..da52f15b 100644
--- a/tests/unittests/test_builtin_handlers.py
+++ b/tests/unittests/test_builtin_handlers.py
@@ -1,6 +1,7 @@
"""Tests of the built-in user data handlers."""
import os
+import unittest
from mocker import MockerTestCase
@@ -34,6 +35,7 @@ class TestBuiltins(MockerTestCase):
None, None, None)
self.assertEquals(0, len(os.listdir(up_root)))
+ @unittest.skip("until LP: #1124384 fixed")
def test_upstart_frequency_single(self):
# files should be written out when frequency is ! per-instance
c_root = self.makeDir()