summaryrefslogtreecommitdiffstats
path: root/base/file_path_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/file_path_unittest.cc')
-rw-r--r--base/file_path_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/file_path_unittest.cc b/base/file_path_unittest.cc
index a2afa1e..6825fb2 100644
--- a/base/file_path_unittest.cc
+++ b/base/file_path_unittest.cc
@@ -485,7 +485,7 @@ TEST_F(FilePathTest, IsParentTest) {
}
}
-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")},