Commit d04eb800 authored by Greg Thompson's avatar Greg Thompson Committed by Commit Bot

Disable TabCaptureApiTest.ApiTests due to high flake rate.

BUG=764464
TBR=jophba@chromium.org

Change-Id: I359f377c5b73f51c14ede790aafa540a90128414
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443851Reviewed-by: default avatarGreg Thompson <grt@chromium.org>
Commit-Queue: Greg Thompson <grt@chromium.org>
Cr-Commit-Position: refs/heads/master@{#813105}
parent 375b89e8
...@@ -148,7 +148,8 @@ TEST(TabCaptureCaptureOffscreenTabTest, DetermineInitialSize) { ...@@ -148,7 +148,8 @@ TEST(TabCaptureCaptureOffscreenTabTest, DetermineInitialSize) {
} }
// Tests API behaviors, including info queries, and constraints violations. // Tests API behaviors, including info queries, and constraints violations.
IN_PROC_BROWSER_TEST_F(TabCaptureApiTest, ApiTests) { // Disabled due to high flake rate; see https://crbug.com/764464.
IN_PROC_BROWSER_TEST_F(TabCaptureApiTest, DISABLED_ApiTests) {
AddExtensionToCommandLineAllowlist(); AddExtensionToCommandLineAllowlist();
ASSERT_TRUE(RunExtensionSubtest("tab_capture", "api_tests.html")) << message_; ASSERT_TRUE(RunExtensionSubtest("tab_capture", "api_tests.html")) << message_;
} }
......
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