diff options
Diffstat (limited to 'sandbox/src')
-rw-r--r-- | sandbox/src/process_policy_test.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sandbox/src/process_policy_test.cc b/sandbox/src/process_policy_test.cc index b2af9a2..6e07266 100644 --- a/sandbox/src/process_policy_test.cc +++ b/sandbox/src/process_policy_test.cc @@ -285,7 +285,8 @@ TEST(ProcessPolicyTest, TestAllAccess) { L"this is not important")); } -TEST(ProcessPolicyTest, RunFindstrExe) { +// This test is disabled. See bug 1305476. +TEST(ProcessPolicyTest, DISABLED_RunFindstrExe) { TestRunner runner; std::wstring exe_path = MakeFullPathToSystem32(L"findstr.exe"); std::wstring system32 = MakeFullPathToSystem32(L""); |