skip unit test due to LP: #1124384
This commit is contained in:
parent
b8c2f001b7
commit
af883879cf
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user