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

Unified Diff: tools/telemetry/telemetry/page/actions/navigate_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/navigate_unittest.py
diff --git a/tools/telemetry/telemetry/page/actions/navigate_unittest.py b/tools/telemetry/telemetry/page/actions/navigate_unittest.py
index d28ab477dbc19a40e9945e8c5276f1fca6494fa5..49fd0220b8d06b4e96305376712d713ab760e317 100644
--- a/tools/telemetry/telemetry/page/actions/navigate_unittest.py
+++ b/tools/telemetry/telemetry/page/actions/navigate_unittest.py
@@ -5,6 +5,7 @@
from telemetry.core import util
from telemetry.page import page as page_module
from telemetry.page.actions import navigate
+from telemetry.unittest import DisabledTestOnCrOS
from telemetry.unittest import tab_test_case
@@ -16,6 +17,7 @@ class NavigateActionTest(tab_test_case.TabTestCase):
None # In this test, we don't need a page set.
)
+ @DisabledTestOnCrOS
def testNavigateAction(self):
self._browser.SetHTTPServerDirectories(util.GetUnittestDataDir())
« no previous file with comments | « tools/telemetry/telemetry/page/actions/loop_unittest.py ('k') | tools/telemetry/telemetry/page/actions/play_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698