| Index: extensions/browser/guest_view/app_view/app_view_apitest.cc
|
| diff --git a/extensions/browser/guest_view/app_view/app_view_apitest.cc b/extensions/browser/guest_view/app_view/app_view_apitest.cc
|
| index 93b2d1c2a03e29eeaca67c4612fff3e5d3bee8b3..6e7a4df2c9e79f85aaeab029a60a8fc227d61c64 100644
|
| --- a/extensions/browser/guest_view/app_view/app_view_apitest.cc
|
| +++ b/extensions/browser/guest_view/app_view/app_view_apitest.cc
|
| @@ -166,7 +166,7 @@ INSTANTIATE_TEST_CASE_P(AppViewTests, AppViewTest, testing::Bool());
|
| #define MAYBE_TestAppViewGoodDataShouldSucceed TestAppViewGoodDataShouldSucceed
|
| #endif
|
| // Tests that <appview> correctly processes parameters passed on connect.
|
| -IN_PROC_BROWSER_TEST_P(AppViewTest, TestAppViewGoodDataShouldSucceed) {
|
| +IN_PROC_BROWSER_TEST_P(AppViewTest, MAYBE_TestAppViewGoodDataShouldSucceed) {
|
| RunTest("testAppViewGoodDataShouldSucceed",
|
| "app_view/apitest",
|
| "app_view/apitest/skeleton");
|
|
|