Commit 0903b168 authored by rafaelw@chromium.org's avatar rafaelw@chromium.org

disable VirtualKeyboardTest.Attributes until Object.observe is re-enabled

NOTREECHECKS=true
NOTRY=true
TBR=ajwong
BUG=367817

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266988 0039d316-1c4b-4281-b951-d872f2087c98
parent 4d5f44e1
......@@ -118,7 +118,9 @@ class VirtualKeyboardBrowserTest : public InProcessBrowserTest {
std::string utf8_content_;
};
IN_PROC_BROWSER_TEST_F(VirtualKeyboardBrowserTest, AttributesTest) {
// crbug.com/367817. Either this feature or just the test are depending
// on the presense of Object.observe which is presently disabled by default.
IN_PROC_BROWSER_TEST_F(VirtualKeyboardBrowserTest, DISABLED_AttributesTest) {
RunTest(base::FilePath(FILE_PATH_LITERAL("attributes_test.js")));
}
......
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