Skip to content

Commit

Permalink
Disable Flaky mash_browser_tests
Browse files Browse the repository at this point in the history
Disabling tests that are being reported as flaky, until the root cause can be
determined.

TEST=mash_browser_tests
BUG=707195

Review-Url: https://codereview.chromium.org/2785123005
Cr-Commit-Position: refs/heads/master@{#461201}
  • Loading branch information
jonross authored and Commit bot committed Mar 31, 2017
1 parent 56b635d commit f7e1bdb
Showing 1 changed file with 13 additions and 43 deletions.
56 changes: 13 additions & 43 deletions testing/buildbot/filters/mash.browser_tests.filter
Original file line number Diff line number Diff line change
@@ -1,43 +1,13 @@
BrowserTest.NoTitle
BrowserTest.Title
BrowserTest.ClearPendingOnFailUnlessNTP
BrowserTest.SadTabCancelsDialogs
BrowserTest.SadTabCancelsSubframeDialogs
BrowserTest.InterstitialCancelsGuestViewDialogs
BrowserTest.CancelBeforeUnloadResetsURL
BrowserTest.BeforeUnloadVsBeforeReload
BrowserTest.NullOpenerRedirectForksProcess
BrowserTest.OtherRedirectsDontForkProcess
BrowserTest.RenderIdleTime
BrowserTest.CommandCreateAppShortcutFile
BrowserTest.CommandCreateAppShortcutHttp
BrowserTest.SingleBeforeUnloadAfterRedirect
BrowserTest.JavascriptAlertActivatesTab
BrowsetTest.ThirtyFourTabs
BrowserTest.ReloadThenCancelBeforeUnload
BrowserTest.CommandCreateAppShortcutHttps
BrowserTest.CommandCreateAppShortcutInvalid
BrowserTest.TabClosingWhenRemovingExtension
BrowserTest.AppIdSwitch
BrowserTest.ShouldShowLocationBar
BrowserTest.RestorePinnedTabs
BrowserTest.CloseWithAppMenuOpen
BrowserTest.OpenAppWindowLikeNtp
BrowserTest.StartMaximized
BrowserTest.StartMinimized
BrowserTest.ForwardDisabledOnForward
BrowserTest.DisableMenuItemsWhenIncognitoIsForced
BrowserTest.NoNewIncognitoWindowWhenIncognitoIsDisabled
BrowserTest.DisableExtensionsAndSettingsWhenIncognitoIsDisabled
BrowserTest.PageZoom
BrowserTest.InterstitialCommandDisable
BrowserTest.InterstitialClosesDialogs
BrowserTest.InterstitialCloseTab
BrowserTest.UserGesturesReported
BrowserTest.WindowOpenClose
BrowserTest.DisallowFileUrlUniversalAccessTest
BrowserTest.AboutVersion
BrowserTest.GetSizeForNewRenderView
BrowserTest.CanDuplicateTab
BrowserTest.DefaultMediaDevices
BrowserTest.TestPopupBounds
BrowserTest.*

# Failing test
-BrowserTest.FullscreenBookmarkBar

# Flaky tests - crbug.com/707195
-BrowserTest.CanDuplicateTab
-BrowserTest.ClearPendingOnFailUnlessNT
-BrowserTest.DefaultMediaDevices
-BrowserTest.GetSizeForNewRenderView
-BrowserTest.JavascriptAlertActivatesTab
-BrowserTest.Title
-BrowserTest.AboutVersion

0 comments on commit f7e1bdb

Please sign in to comment.