summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/browser_uitest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser_uitest.cc b/chrome/browser/browser_uitest.cc
index 188725a..97aa9d2 100644
--- a/chrome/browser/browser_uitest.cc
+++ b/chrome/browser/browser_uitest.cc
@@ -86,7 +86,7 @@ TEST_F(BrowserTest, Title) {
}
// The browser should quit quickly if it receives a WM_ENDSESSION message.
-TEST_F(BrowserTest, WindowsSessionEnd) {
+TEST_F(BrowserTest, DISABLED_WindowsSessionEnd) {
std::wstring test_file = test_data_directory_;
file_util::AppendToPath(&test_file, L"title1.html");