Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(494)

Unified Diff: tools/telemetry/telemetry/page/actions/wait_unittest.py

Issue 132923002: Disable unit tests that fail on cros. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@oobe
Patch Set: rebase Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/telemetry/telemetry/page/actions/wait_unittest.py
diff --git a/tools/telemetry/telemetry/page/actions/wait_unittest.py b/tools/telemetry/telemetry/page/actions/wait_unittest.py
index 8787f6c04b35ecdc27a73f99235f8d7aa56a8658..db3e1d42e37a3fc171671c2bdcd02f55a8e062fa 100644
--- a/tools/telemetry/telemetry/page/actions/wait_unittest.py
+++ b/tools/telemetry/telemetry/page/actions/wait_unittest.py
@@ -6,9 +6,11 @@ import time
from telemetry.core import util
from telemetry.page.actions import wait
+from telemetry.unittest import DisabledTestOnCrOS
from telemetry.unittest import tab_test_case
class WaitActionTest(tab_test_case.TabTestCase):
+ @DisabledTestOnCrOS
def testWaitAction(self):
self._browser.SetHTTPServerDirectories(util.GetUnittestDataDir())
self._tab.Navigate(
« no previous file with comments | « tools/telemetry/telemetry/page/actions/seek_unittest.py ('k') | tools/telemetry/telemetry/unittest/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698