Disabled a flaky test.
This commit is contained in:
parent
1509b9964c
commit
1b4d90a7f0
1 changed files with 7 additions and 6 deletions
|
|
@ -91,12 +91,13 @@ class ToolsTestCase(unittest.TestCase):
|
|||
def test_python_syntax(self):
|
||||
self._test_tool(tools.python_syntax, self.HI_OK)
|
||||
|
||||
def test_python_unittests(self):
|
||||
self._test_tool(tools.python_unittests,
|
||||
[("hi3.py", tools.Status.not_applicable),
|
||||
("hi.py", tools.Status.not_applicable),
|
||||
("hi3_test.py", tools.Status.ok),
|
||||
("test_foo.py", tools.Status.ok)])
|
||||
# FIX: python_unittests has a time duration in its output.
|
||||
# def test_python_unittests(self):
|
||||
# self._test_tool(tools.python_unittests,
|
||||
# [("hi3.py", tools.Status.not_applicable),
|
||||
# ("hi.py", tools.Status.not_applicable),
|
||||
# ("hi3_test.py", tools.Status.ok),
|
||||
# ("test_foo.py", tools.Status.ok)])
|
||||
|
||||
HI_NORMAL = [("hi3.py", tools.Status.normal),
|
||||
("hi.py", tools.Status.normal)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue