Commit 35f0598d authored by ericu@google.com's avatar ericu@google.com

Mark test flaky on Linux, too.

BUG=63239
TEST=n/a
TBR=yzshen1@chromium.org

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88581 0039d316-1c4b-4281-b951-d872f2087c98
parent ff727f56
...@@ -187,13 +187,13 @@ TEST_F(PPAPITest, FileRef) { ...@@ -187,13 +187,13 @@ TEST_F(PPAPITest, FileRef) {
RunTestViaHTTP("FileRef"); RunTestViaHTTP("FileRef");
} }
#if defined(OS_MACOSX) #if defined(OS_POSIX)
#define MAYBE_DirectoryReader FLAKY_DirectoryReader #define MAYBE_DirectoryReader FLAKY_DirectoryReader
#else #else
#define MAYBE_DirectoryReader DirectoryReader #define MAYBE_DirectoryReader DirectoryReader
#endif #endif
// Flaky on Mac, http://crbug.com/7094008. // Flaky on Mac + Linux, maybe http://codereview.chromium.org/7094008
TEST_F(PPAPITest, MAYBE_DirectoryReader) { TEST_F(PPAPITest, MAYBE_DirectoryReader) {
RunTestViaHTTP("DirectoryReader"); RunTestViaHTTP("DirectoryReader");
} }
......
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