Commit fde7b2fe authored by Yi Gu's avatar Yi Gu Committed by Commit Bot

Disable flaky test on Mac

The test has been flaky recently. Suspecting crrev.com/c/1686728. See
bug for details.

TBR=rsesek@chromium.org
TBR=mark@chromium.org

Bug: 986288
Change-Id: I6ddcf1b675871db30e786c0e152debe1a8fdd786
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1712048Reviewed-by: default avatarYi Gu <yigu@chromium.org>
Commit-Queue: Yi Gu <yigu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#679547}
parent 2d7b878d
......@@ -173,7 +173,8 @@ TEST_F(ChildProcessTaskPortProviderTest, ChildLifecycle) {
EXPECT_EQ(1u, GetDeadNameRefCount(send_right.get()));
}
TEST_F(ChildProcessTaskPortProviderTest, DeadTaskPort) {
// Test is flaky. See https://crbug.com/986288.
TEST_F(ChildProcessTaskPortProviderTest, DISABLED_DeadTaskPort) {
EXPECT_EQ(kMachPortNull, provider()->TaskForPid(6));
// Create a fake task port for the fake process.
......
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