Commit 83edc07a authored by Darren Shen's avatar Darren Shen Committed by Commit Bot

sheriff: Disable AdTaggingEventWithScriptInStackBrowserTest

TBR=engedy

No-Presubmit: True
No-Try: True
Bug: 998405
Change-Id: I48efc4b83b9f525f641d4f290930c206c58fca89
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1772787Reviewed-by: default avatarDarren Shen <shend@chromium.org>
Commit-Queue: Darren Shen <shend@chromium.org>
Cr-Commit-Position: refs/heads/master@{#691063}
parent e9262d3e
...@@ -523,8 +523,9 @@ class AdTaggingEventWithScriptInStackBrowserTest ...@@ -523,8 +523,9 @@ class AdTaggingEventWithScriptInStackBrowserTest
: public AdTaggingBrowserTest, : public AdTaggingBrowserTest,
public ::testing::WithParamInterface<bool /* from_ad_script */> {}; public ::testing::WithParamInterface<bool /* from_ad_script */> {};
// crbug.com/998405. The test is flaky on multiple platforms.
IN_PROC_BROWSER_TEST_P(AdTaggingEventWithScriptInStackBrowserTest, IN_PROC_BROWSER_TEST_P(AdTaggingEventWithScriptInStackBrowserTest,
WindowOpenWithScriptInStack) { DISABLED_WindowOpenWithScriptInStack) {
bool from_ad_script = GetParam(); bool from_ad_script = GetParam();
SCOPED_TRACE(::testing::Message() << "from_ad_script = " << from_ad_script); SCOPED_TRACE(::testing::Message() << "from_ad_script = " << from_ad_script);
......
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