| Index: ui/views/widget/widget_interactive_uitest.cc
|
| diff --git a/ui/views/widget/widget_interactive_uitest.cc b/ui/views/widget/widget_interactive_uitest.cc
|
| index 1deab16452760b0798a476ac056518630f6b9446..8af4ce48c1eaa6dbf9e6f645170f6f2bade34141 100644
|
| --- a/ui/views/widget/widget_interactive_uitest.cc
|
| +++ b/ui/views/widget/widget_interactive_uitest.cc
|
| @@ -1197,6 +1197,11 @@ TEST_F(WidgetTestInteractive, MAYBE_ExitFullscreenRestoreState) {
|
| // Testing initial focus is assigned properly for normal top-level widgets,
|
| // and subclasses that specify a initially focused child view.
|
| TEST_F(WidgetTestInteractive, InitialFocus) {
|
| + // TODO: test uses GetContext(), which is not applicable to aura-mus.
|
| + // http://crbug.com/663809.
|
| + if (IsAuraMusClient())
|
| + return;
|
| +
|
| // By default, there is no initially focused view (even if there is a
|
| // focusable subview).
|
| Widget* toplevel(CreateTopLevelPlatformWidget());
|
| @@ -1408,6 +1413,10 @@ TEST_F(WidgetCaptureTest, FailedCaptureRequestIsNoop) {
|
| // Fails on mus. http://crbug.com/611764
|
| if (IsMus())
|
| return;
|
| + // TODO: test uses GetContext(), which is not applicable to aura-mus.
|
| + // http://crbug.com/663809.
|
| + if (IsAuraMusClient())
|
| + return;
|
|
|
| Widget widget;
|
| Widget::InitParams params =
|
|
|