Commit 091a3283 authored by Adithya Srinivasan's avatar Adithya Srinivasan Committed by Commit Bot

Disable TargetDomainDisposeContextFailsIfInUse on Linux

TBR=alexclarke@chromium.org, eseckler@chromium.org

Bug: 751180
Change-Id: Ied56d06a9147c92903d1680159ddbbd4956cf28f
Reviewed-on: https://chromium-review.googlesource.com/596767
Commit-Queue: Adithya Srinivasan <adithyas@chromium.org>
Reviewed-by: default avatarAdithya Srinivasan <adithyas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#491096}
parent 81c6fb8c
......@@ -612,7 +612,8 @@ class TargetDomainDisposeContextFailsIfInUse
std::string page_id_;
};
#if defined(OS_WIN)
// Test is flaky on Linux debug (https://crbug.com/751180)
#if defined(OS_WIN) || defined(OS_LINUX)
DISABLED_HEADLESS_ASYNC_DEVTOOLED_TEST_F(
TargetDomainDisposeContextFailsIfInUse);
#else
......
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