Commit 6b4783a9 authored by yoz@chromium.org's avatar yoz@chromium.org

Disable TabposeWindowTest.TestModelObserver on 10.7. It crashes flakily.

BUG=127845
TBR=thakis@chromium.org

Review URL: https://chromiumcodereview.appspot.com/10829430

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152345 0039d316-1c4b-4281-b951-d872f2087c98
parent efd86d38
......@@ -63,6 +63,12 @@ TEST_F(TabposeWindowTest, TestShow) {
}
TEST_F(TabposeWindowTest, TestModelObserver) {
// Skip this test on 10.7
// http://code.google.com/p/chromium/issues/detail?id=127845
if (base::mac::IsOSLionOrLater()) {
return;
}
NSWindow* parent = browser()->window()->GetNativeWindow();
[parent orderFront:nil];
......
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