skip unit test due to LP: #1124384

This commit is contained in:
Scott Moser 2013-03-01 01:41:23 -05:00
parent b8c2f001b7
commit af883879cf

View File

@ -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()