Commit f9bfccef authored by Stephen Lanham's avatar Stephen Lanham Committed by Commit Bot

[Chromecast] Do not run PartitionReallocReturnNullTest.RepeatedReturnNullDirect.

This is known to fail on Cast CQ infra. Disable the new test added here:
https://chromium-review.googlesource.com/1044971

Bug: Internal b/67975693
Test: CQ
Change-Id: I0b07b96f69bbad9a4289f1c58eed3485082cfd9c
Reviewed-on: https://chromium-review.googlesource.com/1053211Reviewed-by: default avatarBailey Forrest <bcf@chromium.org>
Reviewed-by: default avatarStephen Lanham <slan@chromium.org>
Commit-Queue: Stephen Lanham <slan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#557340}
parent ff09f269
...@@ -206,8 +206,10 @@ cast_test_group("cast_tests") { ...@@ -206,8 +206,10 @@ cast_test_group("cast_tests") {
if (target_os == "linux") { if (target_os == "linux") {
if (is_cast_desktop_build) { if (is_cast_desktop_build) {
# Disable PartitionAllocReturnNullTest.RepeatedReturnNullDirect (b/67975693) # Disable PartitionAllocReturnNullTest.RepeatedReturnNullDirect (b/67975693)
gtest_excludes += gtest_excludes += [
[ "PartitionAllocReturnNullTest.RepeatedReturnNullDirect" ] "PartitionAllocReturnNullTest.RepeatedReturnNullDirect",
"PartitionReallocReturnNullTest.RepeatedReturnNullDirect",
]
} else { } else {
# Disable ProcessMetricsTest.GetNumberOfThreads (b/15610509) # Disable ProcessMetricsTest.GetNumberOfThreads (b/15610509)
# Disable ProcessUtilTest.* (need to define OS_ANDROID) # Disable ProcessUtilTest.* (need to define OS_ANDROID)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment