Commit ec92f242 authored by Xiyuan Xia's avatar Xiyuan Xia Committed by Commit Bot

Enable AutotestPrivateApiTest.AutotestPrivate

Enable the test after fix in https://crrev.com/c/2132683.

Bug: 1032993
Change-Id: Iec720cc1d61962b453a519624e43077f0c56b162
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2133882Reviewed-by: default avatarAchuith Bhandarkar <achuith@chromium.org>
Commit-Queue: Xiyuan Xia <xiyuan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#755990}
parent 019a55b9
...@@ -71,8 +71,7 @@ class AutotestPrivateApiTest : public ExtensionApiTest { ...@@ -71,8 +71,7 @@ class AutotestPrivateApiTest : public ExtensionApiTest {
DISALLOW_COPY_AND_ASSIGN(AutotestPrivateApiTest); DISALLOW_COPY_AND_ASSIGN(AutotestPrivateApiTest);
}; };
// Flaky on linux-chromeos-rel (see https://crbug.com/1032993) IN_PROC_BROWSER_TEST_F(AutotestPrivateApiTest, AutotestPrivate) {
IN_PROC_BROWSER_TEST_F(AutotestPrivateApiTest, DISABLED_AutotestPrivate) {
ASSERT_TRUE(RunComponentExtensionTestWithArg("autotest_private", "default")) ASSERT_TRUE(RunComponentExtensionTestWithArg("autotest_private", "default"))
<< message_; << 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