Skip to content

Commit

Permalink
Disable PicasaFileUtilTest.FolderWithManyFiles on Windows since it ti…
Browse files Browse the repository at this point in the history
…mes out on Win tryjobs.

BUG=398031
TBR=tommycli@chromium.org

Review URL: https://codereview.chromium.org/422053002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285907 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
jam@chromium.org committed Jul 28, 2014
1 parent dacf42d commit 2f87772
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,13 @@ TEST_F(PicasaFileUtilTest, FolderContentsTrivial) {
VerifyFolderDirectoryList(test_folders);
}

TEST_F(PicasaFileUtilTest, FolderWithManyFiles) {
#if defined(OS_WIN)
// http://crbug.com/398031
#define MAYBE_FolderWithManyFiles DISABLED_FolderWithManyFiles
#else
#define MAYBE_FolderWithManyFiles FolderWithManyFiles
#endif
TEST_F(PicasaFileUtilTest, MAYBE_FolderWithManyFiles) {
ScopedVector<TestFolder> test_folders;
base::Time test_date = base::Time::FromLocalExploded(test_date_exploded);

Expand Down

0 comments on commit 2f87772

Please sign in to comment.