diff options
author | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-04 08:04:48 +0000 |
---|---|---|
committer | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-04 08:04:48 +0000 |
commit | 81e361f411a6e7e434ab2f35515087744b912340 (patch) | |
tree | 738672f722add3c7f139f4f6ab6a26e300f27fb2 /tools | |
parent | 6e27016d11bce9018f7f1464269fa966ab11658e (diff) | |
download | chromium_src-81e361f411a6e7e434ab2f35515087744b912340.zip chromium_src-81e361f411a6e7e434ab2f35515087744b912340.tar.gz chromium_src-81e361f411a6e7e434ab2f35515087744b912340.tar.bz2 |
SyncFileSystem: Automatic sync should be turned off in unittest
BUG=173369
TEST=SyncFileSystemServiceTest.GetFileSyncStatus
Review URL: https://codereview.chromium.org/12088102
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180359 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/unit_tests.gtest.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/valgrind/gtest_exclude/unit_tests.gtest.txt b/tools/valgrind/gtest_exclude/unit_tests.gtest.txt index 438ca7d..7ff25d0 100644 --- a/tools/valgrind/gtest_exclude/unit_tests.gtest.txt +++ b/tools/valgrind/gtest_exclude/unit_tests.gtest.txt @@ -34,6 +34,3 @@ NativeMessagingTest.* # Timing out all over the place. Disabling for now. http://crbug.com/164589 StorageInfoProviderTest.* - -# These tests are flaky and sometimes crash, see http://crbug.com/173369 -SyncFileSystemServiceTest.* |