summaryrefslogtreecommitdiffstats
path: root/sandbox/src
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-01 21:58:40 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-01 21:58:40 +0000
commitbf8c8581222f5613d79df6d14a66582c8905d14b (patch)
treea6db9717fcb3cf0138be1dd31fb2572757e0d775 /sandbox/src
parent6b38199605b0315cc71e5112b05d91a25a4074d9 (diff)
downloadchromium_src-bf8c8581222f5613d79df6d14a66582c8905d14b.zip
chromium_src-bf8c8581222f5613d79df6d14a66582c8905d14b.tar.gz
chromium_src-bf8c8581222f5613d79df6d14a66582c8905d14b.tar.bz2
Disable ProcessPolicyTest.RunFindstrExe until it can be made to work on any Windows drive.
B=1305476 R=nsylvain git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/src')
-rw-r--r--sandbox/src/process_policy_test.cc3
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"");