Skip to content

Commit

Permalink
Disable BrowserTestWithProfileShortcutManager.WindowProperties for fl…
Browse files Browse the repository at this point in the history
…akiness.

This test has been flaking out on the Win7 bots.

BUG=332528
NOTRY=true
TBR=sky@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244468 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
calamity@chromium.org committed Jan 13, 2014
1 parent a4bf6f1 commit 837c939
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,10 @@ class BrowserTestWithProfileShortcutManager : public InProcessBrowserTest {
DISALLOW_COPY_AND_ASSIGN(BrowserTestWithProfileShortcutManager);
};

// Test is flaky on Win7 bots. See crbug.com/332628.
// Check that the window properties on Windows are properly set.
IN_PROC_BROWSER_TEST_F(BrowserTestWithProfileShortcutManager,
WindowProperties) {
DISABLED_WindowProperties) {
#if defined(USE_ASH)
// Disable this test in Metro+Ash where Windows window properties aren't used.
if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
Expand Down

0 comments on commit 837c939

Please sign in to comment.