Skip to content

Commit

Permalink
[fuchsia] Fix typo in disabled test.
Browse files Browse the repository at this point in the history
s/DISABLE/DISABLED

Bug: 1421236
Change-Id: Ibedfc628be42e0df4bedafd894b69ead7e2c6332
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4320970
Reviewed-by: Sergey Ulanov <sergeyu@chromium.org>
Auto-Submit: David Song <wintermelons@google.com>
Commit-Queue: David Song <wintermelons@google.com>
Commit-Queue: Sergey Ulanov <sergeyu@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1114684}
  • Loading branch information
wintermelons authored and Chromium LUCI CQ committed Mar 8, 2023
1 parent 6b9a76c commit dd98ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuchsia_web/webengine/browser/accessibility_browsertest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ IN_PROC_BROWSER_TEST_F(FuchsiaFrameAccessibilityTest,

// This test times out frequently, presumably due to a race condition.
// TODO(crbug.com/1421236): Re-enable this test when it is no longer flaky.
IN_PROC_BROWSER_TEST_F(FuchsiaFrameAccessibilityTest, DISABLE_Disconnect) {
IN_PROC_BROWSER_TEST_F(FuchsiaFrameAccessibilityTest, DISABLED_Disconnect) {
base::RunLoop run_loop;
frame_.ptr().set_error_handler([&run_loop](zx_status_t status) {
EXPECT_EQ(ZX_ERR_INTERNAL, status);
Expand Down

0 comments on commit dd98ddb

Please sign in to comment.