summaryrefslogtreecommitdiffstats
path: root/chrome/browser/process_singleton_linux_uitest.cc
diff options
context:
space:
mode:
authorrdsmith@chromium.org <rdsmith@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-01 18:25:25 +0000
committerrdsmith@chromium.org <rdsmith@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-01 18:25:25 +0000
commit0f1c0ba48f47e28168d1b1261709d336374b6cd5 (patch)
treef83ac3ae4a74270a4cf86b0ebd60133b62de0490 /chrome/browser/process_singleton_linux_uitest.cc
parent1625ffd487b4d361d6ad0679457a43a5119601e2 (diff)
downloadchromium_src-0f1c0ba48f47e28168d1b1261709d336374b6cd5.zip
chromium_src-0f1c0ba48f47e28168d1b1261709d336374b6cd5.tar.gz
chromium_src-0f1c0ba48f47e28168d1b1261709d336374b6cd5.tar.bz2
Marked several tests flaky.
BUG=74548 BUG=74549 BUG=74554 BUG=74557 TEST=None Review URL: http://codereview.chromium.org/6594079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76393 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/process_singleton_linux_uitest.cc')
-rw-r--r--chrome/browser/process_singleton_linux_uitest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/process_singleton_linux_uitest.cc b/chrome/browser/process_singleton_linux_uitest.cc
index 6b4d8e7..6606eb0 100644
--- a/chrome/browser/process_singleton_linux_uitest.cc
+++ b/chrome/browser/process_singleton_linux_uitest.cc
@@ -102,7 +102,8 @@ ProcessSingleton::NotifyResult NotifyOtherProcessOrCreate(
// Test if the socket file and symbol link created by ProcessSingletonLinux
// are valid. When running this test, the ProcessSingleton object is already
// initiated by UITest. So we just test against this existing object.
-TEST_F(ProcessSingletonLinuxTest, CheckSocketFile) {
+// This test is flaky as per http://crbug.com/74554.
+TEST_F(ProcessSingletonLinuxTest, FLAKY_CheckSocketFile) {
struct stat statbuf;
ASSERT_EQ(0, lstat(lock_path_.value().c_str(), &statbuf));
ASSERT_TRUE(S_ISLNK(statbuf.st_mode));