summaryrefslogtreecommitdiff
path: root/mobmonitor
diff options
context:
space:
mode:
authorMatthew Sartori <msartori@chromium.org>2015-08-03 12:53:29 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-08-04 00:44:41 +0000
commit5e95a25a309a6361a5a55de13569287af59d4485 (patch)
treeebda335f7b9f50bb7c28850f2d79997704f3de72 /mobmonitor
parentea88dac901a31137e4e1afef7fcee62b772d781f (diff)
downloadchromite-5e95a25a309a6361a5a55de13569287af59d4485.tar.gz
mobmonitor: CheckFileModificationTest unittest flakiness
The CheckFileModificationTests verify restart behaviour of the Mob* Monitor. These tests have some timing issues that are causing intermittent failures. In this CL I am marking the tests as network tests to: 1) Prevent further failures. 2) Give me more time to come up with an adequate solution. BUG=chromium:516283 TEST=Unittests. Change-Id: Ia185aabd8599ed55eb1847cf9b3d383354f185c5 Reviewed-on: https://chromium-review.googlesource.com/290360 Tested-by: Matthew Sartori <msartori@chromium.org> Reviewed-by: Aviv Keshet <akeshet@chromium.org> Commit-Queue: Matthew Sartori <msartori@chromium.org>
Diffstat (limited to 'mobmonitor')
-rw-r--r--mobmonitor/checkfile/manager_unittest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mobmonitor/checkfile/manager_unittest.py b/mobmonitor/checkfile/manager_unittest.py
index 750d726a3..3291d69c3 100644
--- a/mobmonitor/checkfile/manager_unittest.py
+++ b/mobmonitor/checkfile/manager_unittest.py
@@ -779,6 +779,7 @@ class CheckFileManagerTest(cros_test_lib.MockTestCase):
self.assertEquals(0, len(status.healthchecks))
+@cros_test_lib.NetworkTest()
class CheckFileModificationTest(cros_test_lib.MockTempDirTestCase):
"""Unittests for checking when live changes are made to a checkfile."""