summaryrefslogtreecommitdiffstats
path: root/chrome/browser/unload_uitest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/unload_uitest.cc')
-rw-r--r--chrome/browser/unload_uitest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/unload_uitest.cc b/chrome/browser/unload_uitest.cc
index b6ed109..7eb6f4f 100644
--- a/chrome/browser/unload_uitest.cc
+++ b/chrome/browser/unload_uitest.cc
@@ -283,7 +283,8 @@ TEST_F(UnloadTest, SKIP_LINUX(BrowserCloseNoUnloadListeners)) {
}
// Tests closing the browser on a page with an unload listener registered.
-TEST_F(UnloadTest, SKIP_LINUX(BrowserCloseUnload)) {
+// Test marked as flaky in http://crbug.com/51698
+TEST_F(UnloadTest, SKIP_LINUX(FLAKY_BrowserCloseUnload)) {
LoadUrlAndQuitBrowser(UNLOAD_HTML, L"unload");
}