Mark PlatformFile.TouchGetInfoPlatformFile as flaky on all platform.

Flaky test is flaky.

TBR=thakis

BUG=86494
Review URL: http://codereview.chromium.org/9310032

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120091 0039d316-1c4b-4281-b951-d872f2087c98
parent 64ceeb5d
......@@ -259,13 +259,8 @@ TEST(PlatformFile, TruncatePlatformFile) {
base::ClosePlatformFile(file);
}
#if defined(OS_MACOSX)
// Flakily fails: http://crbug.com/86494
#define MAYBE_TouchGetInfoPlatformFile FLAKY_TouchGetInfoPlatformFile
#else
#define MAYBE_TouchGetInfoPlatformFile TouchGetInfoPlatformFile
#endif
TEST(PlatformFile, MAYBE_TouchGetInfoPlatformFile) {
TEST(PlatformFile, FLAKY_TouchGetInfoPlatformFile) {
ScopedTempDir temp_dir;
ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
base::PlatformFile file = base::CreatePlatformFile(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment