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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounterTest.cpp

Issue 2534833005: Disable UseCounterTest.RecordingFeatures on Android. (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/UseCounterTest.cpp
diff --git a/third_party/WebKit/Source/core/frame/UseCounterTest.cpp b/third_party/WebKit/Source/core/frame/UseCounterTest.cpp
index 81e9d4c27c2c9ccd3feceb5c08f219e35c4d2e98..9d47640b1aa7319f598c24dfa52700d902df00f0 100644
--- a/third_party/WebKit/Source/core/frame/UseCounterTest.cpp
+++ b/third_party/WebKit/Source/core/frame/UseCounterTest.cpp
@@ -24,7 +24,13 @@ const char* const kLegacyCSSHistogramName =
namespace blink {
-TEST(UseCounterTest, RecordingFeatures) {
+// Failing on Android: crbug.com/667913
+#if OS(ANDROID)
+#define MAYBE_RecordingFeatures DISABLED_RecordingFeatures
+#else
+#define MAYBE_RecordingFeatures RecordingFeatures
+#endif
+TEST(UseCounterTest, MAYBE_RecordingFeatures) {
UseCounter useCounter;
HistogramTester histogramTester;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698