Index: sandbox/win/src/file_policy_test.cc |
diff --git a/sandbox/win/src/file_policy_test.cc b/sandbox/win/src/file_policy_test.cc |
index b0d033b7de6750f0e837be9ff5e0de8c5b48e70e..e47c6e51c106f96002f394ef20b4b115b4b4f4e4 100644 |
--- a/sandbox/win/src/file_policy_test.cc |
+++ b/sandbox/win/src/file_policy_test.cc |
@@ -519,8 +519,7 @@ TEST(FilePolicyTest, FileGetDiskSpace) { |
EXPECT_EQ(SBOX_TEST_DENIED, runner.RunTest(L"File_Win32Create notepad.exe")); |
} |
-// http://crbug.com/146944 |
-TEST(FilePolicyTest, DISABLED_TestReparsePoint) { |
+TEST(FilePolicyTest, TestReparsePoint) { |
TestRunner runner; |
// Create a temp file because we need write access to it. |