Chromium Code Reviews| Index: base/file_path_unittest.cc |
| =================================================================== |
| --- base/file_path_unittest.cc (revision 26387) |
| +++ base/file_path_unittest.cc (working copy) |
| @@ -485,7 +485,7 @@ |
| } |
| } |
| -TEST_F(FilePathTest, AppendRelativePathTest) { |
| +TEST_F(FilePathTest, DISABLED_AppendRelativePathTest) { |
| const struct BinaryTestData cases[] = { |
| { { FPL("/"), FPL("/foo/bar/baz") }, FPL("foo/bar/baz")}, |
| { { FPL("/foo/bar"), FPL("/foo/bar/baz") }, FPL("baz")}, |