summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/browser_uitest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/browser_uitest.cc b/chrome/browser/browser_uitest.cc
index 25b8e75..f22c32b 100644
--- a/chrome/browser/browser_uitest.cc
+++ b/chrome/browser/browser_uitest.cc
@@ -40,7 +40,8 @@ class VisibleBrowserTest : public UITest {
TEST_F(BrowserTest, WindowsSessionEnd) {
#elif defined(OS_POSIX)
// The browser should quit gracefully and quickly if it receives a SIGTERM.
-TEST_F(BrowserTest, PosixSessionEnd) {
+// http://code.google.com/p/chromium/issues/detail?id=39500
+TEST_F(BrowserTest, FLAKY_PosixSessionEnd) {
#endif
FilePath test_file(test_data_directory_);
test_file = test_file.AppendASCII("title1.html");