summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sandbox/win/src/file_policy_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/sandbox/win/src/file_policy_test.cc b/sandbox/win/src/file_policy_test.cc
index ef33101..85aea0b 100644
--- a/sandbox/win/src/file_policy_test.cc
+++ b/sandbox/win/src/file_policy_test.cc
@@ -518,7 +518,8 @@ TEST(FilePolicyTest, FileGetDiskSpace) {
EXPECT_EQ(SBOX_TEST_DENIED, runner.RunTest(L"File_Win32Create notepad.exe"));
}
-TEST(FilePolicyTest, TestReparsePoint) {
+// http://crbug.com/146944
+TEST(FilePolicyTest, DISABLED_TestReparsePoint) {
TestRunner runner;
// Create a temp file because we need write access to it.