Commit a4cd7a10 authored by kalman@chromium.org's avatar kalman@chromium.org

Disable FeedbackTest.ShowFeedback on all platforms.

BUG=369886
TBR=rkc@chromium.org

Review URL: https://codereview.chromium.org/413083002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285081 0039d316-1c4b-4281-b951-d872f2087c98
parent bb7004b1
...@@ -81,15 +81,8 @@ class FeedbackTest : public ExtensionBrowserTest { ...@@ -81,15 +81,8 @@ class FeedbackTest : public ExtensionBrowserTest {
} }
}; };
// Disabled test; it is crashing on ChromeOS build bots intermittently.
// See http://crbug.com/369886. // See http://crbug.com/369886.
#if defined(OS_CHROMEOS) IN_PROC_BROWSER_TEST_F(FeedbackTest, DISABLED_ShowFeedback) {
#define MAYBE_ShowFeedback DISABLED_ShowFeedback
#else
#define MAYBE_ShowFeedback ShowFeedback
#endif
IN_PROC_BROWSER_TEST_F(FeedbackTest, MAYBE_ShowFeedback) {
WaitForExtensionViewsToLoad(); WaitForExtensionViewsToLoad();
ASSERT_TRUE(IsFeedbackAppAvailable()); ASSERT_TRUE(IsFeedbackAppAvailable());
......
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