Skip to content

Commit

Permalink
Disable TestAppViewGoodDataShouldSucceed on Win7
Browse files Browse the repository at this point in the history
https://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%281%29/builds/59223

TBR=lfg@chromium.org
NOTRY=true
BUG=660366

Review-Url: https://codereview.chromium.org/2447013010
Cr-Commit-Position: refs/heads/master@{#428420}
  • Loading branch information
xidachen authored and Commit bot committed Oct 28, 2016
1 parent 8967dab commit 844c63a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions extensions/browser/guest_view/app_view/app_view_apitest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,12 @@ class AppViewTest : public AppShellTest,

INSTANTIATE_TEST_CASE_P(AppViewTests, AppViewTest, testing::Bool());

#if defined(OS_WIN)
#define MAYBE_TestAppViewGoodDataShouldSucceed \
DISABLED_TestAppViewGoodDataShouldSucceed
#else
#define MAYBE_TestAppViewGoodDataShouldSucceed TestAppViewGoodDataShouldSucceed
#endif
// Tests that <appview> correctly processes parameters passed on connect.
IN_PROC_BROWSER_TEST_P(AppViewTest, TestAppViewGoodDataShouldSucceed) {
RunTest("testAppViewGoodDataShouldSucceed",
Expand Down

0 comments on commit 844c63a

Please sign in to comment.