diff options
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/src/unload_dll_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/src/unload_dll_test.cc b/sandbox/src/unload_dll_test.cc index 11ccc56..bf09c5c 100644 --- a/sandbox/src/unload_dll_test.cc +++ b/sandbox/src/unload_dll_test.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -72,7 +72,7 @@ TEST(UnloadDllTest, UnloadAviCapDllNoPatching) { } // Flaky: http://crbug.com/38404 -TEST(UnloadDllTest, FLAKY_UnloadAviCapDllWithPatching) { +TEST(UnloadDllTest, DISABLED_UnloadAviCapDllWithPatching) { TestRunner runner; runner.SetTimeout(2000); runner.SetTestState(BEFORE_REVERT); |