diff options
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/src/unload_dll_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/src/unload_dll_test.cc b/sandbox/src/unload_dll_test.cc index 174ef14..11ccc56 100644 --- a/sandbox/src/unload_dll_test.cc +++ b/sandbox/src/unload_dll_test.cc @@ -42,7 +42,7 @@ SBOX_TESTS_COMMAND int SimpleOpenEvent(int argc, wchar_t **argv) { // Flaky on windows, see http://crbug.com/80569. #if defined(OS_WIN) -#define MAYBE_BaselineAvicapDll FLAKY_BaselineAvicapDll +#define MAYBE_BaselineAvicapDll DISABLED_BaselineAvicapDll #else #define MAYBE_BaselineAvicapDll BaselineAvicapDll #endif |