Commit 4f2b7ab6 authored by Darwin Huang's avatar Darwin Huang Committed by Commit Bot

Sheriff: Disable Flaky OutOfProcessPPAPITest.ImeInputEvent.

TBR=bbudge@chromium.org

Bug: 1129846
Change-Id: Ia00bb034ea0f4f0071c11b0c3d4dd43edf73d699
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425166Reviewed-by: default avatarDarwin Huang <huangdarwin@chromium.org>
Commit-Queue: Darwin Huang <huangdarwin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#809552}
parent 5589d019
...@@ -27,6 +27,6 @@ IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, ...@@ -27,6 +27,6 @@ IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest,
RunTestViaHTTP("MouseLock_SucceedWhenAllowed"); RunTestViaHTTP("MouseLock_SucceedWhenAllowed");
} }
IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, ImeInputEvent) { IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, DISABLED_ImeInputEvent) {
RunTest(ppapi::StripTestPrefixes("ImeInputEvent")); RunTest(ppapi::StripTestPrefixes("ImeInputEvent"));
} }
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