Commit 99d884e1 authored by vandebo@chromium.org's avatar vandebo@chromium.org

Disable UnloadAviCapDllNoPatching because it is flaky.

BUG=80569
TEST=NONE

Review URL: https://chromiumcodereview.appspot.com/10421008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138490 0039d316-1c4b-4281-b951-d872f2087c98
parent 7ad4c92a
......@@ -41,12 +41,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 DISABLED_BaselineAvicapDll
#else
#define MAYBE_BaselineAvicapDll BaselineAvicapDll
#endif
TEST(UnloadDllTest, MAYBE_BaselineAvicapDll) {
TEST(UnloadDllTest, DISABLED_BaselineAvicapDll) {
TestRunner runner;
runner.SetTestState(BEFORE_REVERT);
runner.SetTimeout(2000);
......@@ -61,7 +56,8 @@ TEST(UnloadDllTest, MAYBE_BaselineAvicapDll) {
EXPECT_EQ(SBOX_TEST_SUCCEEDED, runner.RunTest(L"UseOneDLL B avicap32.dll"));
}
TEST(UnloadDllTest, FLAKY_UnloadAviCapDllNoPatching) {
// Flaky on windows, see http://crbug.com/80569.
TEST(UnloadDllTest, DISABLED_UnloadAviCapDllNoPatching) {
TestRunner runner;
runner.SetTestState(BEFORE_REVERT);
runner.SetTimeout(2000);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment