Index: chrome/browser/apps/guest_view/web_view_browsertest.cc |
diff --git a/chrome/browser/apps/guest_view/web_view_browsertest.cc b/chrome/browser/apps/guest_view/web_view_browsertest.cc |
index 84d41e652f5cfb48b1dfe23b3af5658a2605778a..4df0bf32d890a45a1cb0b735c567f8bbf6b71130 100644 |
--- a/chrome/browser/apps/guest_view/web_view_browsertest.cc |
+++ b/chrome/browser/apps/guest_view/web_view_browsertest.cc |
@@ -353,6 +353,10 @@ class MockDownloadWebContentsDelegate : public content::WebContentsDelegate { |
DISALLOW_COPY_AND_ASSIGN(MockDownloadWebContentsDelegate); |
}; |
+// TODO(wjmaclean): Fix this test class at some point so it can be re-enabled on |
+// the site isolation bots, and then look at re-enabling WebViewFocusTest when |
+// that happens. |
+// https://crbug.com/503751 |
class WebViewTest : public extensions::PlatformAppBrowserTest { |
protected: |
void SetUp() override { |
@@ -2404,6 +2408,9 @@ IN_PROC_BROWSER_TEST_F(WebViewTest, Shim_TestGarbageCollect) { |
} |
#if defined(USE_AURA) |
+// TODO(wjmaclean): when WebViewTest is re-enabled on the site-isolation |
+// bots, then re-enable this test class as well. |
+// https://crbug.com/503751 |
class WebViewFocusTest : public WebViewTest { |
public: |
~WebViewFocusTest() override {} |