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

Unified Diff: chromecast/BUILD.gn

Issue 2687013004: [Chromecast] Disable TimeFormattingTest.TimeFormat* tests. (Closed)
Patch Set: Created 3 years, 10 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
« 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: chromecast/BUILD.gn
diff --git a/chromecast/BUILD.gn b/chromecast/BUILD.gn
index d89cf1dcca412bf66c832bb332e10349b6320fd3..4ca08a0e29ca098943dcaf78f7a403a47e0a3fe7 100644
--- a/chromecast/BUILD.gn
+++ b/chromecast/BUILD.gn
@@ -137,11 +137,13 @@ cast_test_group("cast_tests") {
# Disable ProcessUtilTest.* (need to define OS_ANDROID)
# Disable StackContainer.BufferAlignment (don't support 16-byte alignment)
# Disable SystemMetrics2Test.GetSystemMemoryInfo (buffers>0 can't be guaranteed)
+ # Disable TimeFormattingTest.TimeFormat* for flakiness on devices (crbug/671429)
gtest_excludes = [
"ProcessMetricsTest.GetNumberOfThreads",
"ProcessUtilTest.*",
"StackContainer.BufferAlignment",
"SystemMetrics2Test.GetSystemMemoryInfo",
+ "TimeFormattingTest.TimeFormat*",
]
if (is_cast_audio_only) {
« 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