summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-25 13:11:59 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-25 13:11:59 +0000
commitcc29444facb6d27eab2b595543c28a56e0990533 (patch)
tree204ad1526865204e6e89a0a19f0a3140427f69ec /chrome
parentdaf513f3935bb10a3136e4b83f16afd07c67b75b (diff)
downloadchromium_src-cc29444facb6d27eab2b595543c28a56e0990533.zip
chromium_src-cc29444facb6d27eab2b595543c28a56e0990533.tar.gz
chromium_src-cc29444facb6d27eab2b595543c28a56e0990533.tar.bz2
ServiceProcessStateFileManipulationTest.ChangeAttr is flaky
TBR=dmaclach@chromium.org BUG=77391 TEST= git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79392 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/common/service_process_util_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/service_process_util_unittest.cc b/chrome/common/service_process_util_unittest.cc
index 5d32b71..7aceff0 100644
--- a/chrome/common/service_process_util_unittest.cc
+++ b/chrome/common/service_process_util_unittest.cc
@@ -538,7 +538,8 @@ TEST_F(ServiceProcessStateFileManipulationTest, TrashBundle) {
ASSERT_TRUE(file_util::Delete(file_path, true));
}
-TEST_F(ServiceProcessStateFileManipulationTest, ChangeAttr) {
+// http://crbug.com/77391
+TEST_F(ServiceProcessStateFileManipulationTest, FLAKY_ChangeAttr) {
ScopedAttributesRestorer restorer(bundle_path(), 0777);
GetIOMessageLoopProxy()->PostTask(
FROM_HERE,