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

Unified Diff: telemetry/telemetry/core/memory_cache_http_server_unittest.py

Issue 2236493003: [catapult android trybot] Make Telemetry tests run on Android (Closed) Base URL: git@github.com:catapult-project/catapult.git@master
Patch Set: Add stack traces and more logging Created 4 years 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
« no previous file with comments | « catapult_build/build_steps.py ('k') | telemetry/telemetry/core/platform_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/core/memory_cache_http_server_unittest.py
diff --git a/telemetry/telemetry/core/memory_cache_http_server_unittest.py b/telemetry/telemetry/core/memory_cache_http_server_unittest.py
index d62ea2d8828157b12ec69b7ab331faaebcf22372..d109377bbefc30b17fa5ebc8e360e19f47ec11cb 100644
--- a/telemetry/telemetry/core/memory_cache_http_server_unittest.py
+++ b/telemetry/telemetry/core/memory_cache_http_server_unittest.py
@@ -4,6 +4,7 @@
import os
+from telemetry import decorators
from telemetry.core import util
from telemetry.testing import tab_test_case
@@ -16,6 +17,8 @@ class MemoryCacheHTTPServerTest(tab_test_case.TabTestCase):
_test_file = os.path.join(util.GetUnittestDataDir(), 'bear.webm')
self._test_file_size = os.stat(_test_file).st_size
+ # https://github.com/catapult-project/catapult/issues/3099
+ @decorators.Disabled('android')
def testBasicHostingAndRangeRequests(self):
self.Navigate('blank.html')
x = self._tab.EvaluateJavaScript('document.body.innerHTML')
« no previous file with comments | « catapult_build/build_steps.py ('k') | telemetry/telemetry/core/platform_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698