Commit de9c4bee authored by Yoichi Osato's avatar Yoichi Osato Committed by Commit Bot

Disable flaky DomDistillerViewerSourceBrowserTest.DistillerJavaScriptExposed

TBR=bengr@chromium.org

Bug: 1010865
Change-Id: I01a9b4390fb0147c95c7f915d4a15d442a0faddc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838778Reviewed-by: default avatarYoichi Osato <yoichio@chromium.org>
Commit-Queue: Yoichi Osato <yoichio@chromium.org>
Auto-Submit: Yoichi Osato <yoichio@chromium.org>
Cr-Commit-Position: refs/heads/master@{#702712}
parent 719a77ce
......@@ -377,7 +377,7 @@ IN_PROC_BROWSER_TEST_F(DomDistillerViewerSourceBrowserTest, EarlyTemplateLoad) {
}
IN_PROC_BROWSER_TEST_F(DomDistillerViewerSourceBrowserTest,
DistillerJavaScriptExposed) {
DISABLED_DistillerJavaScriptExposed) {
// Navigate to a distiller URL.
GURL url(std::string(kDomDistillerScheme) + "://url");
NavigateParams params(browser(), url, ui::PAGE_TRANSITION_TYPED);
......
......@@ -257,7 +257,7 @@ class CertificateProviderRequestPinTest : public CertificateProviderApiTest {
} // namespace
IN_PROC_BROWSER_TEST_F(CertificateProviderApiTest, Basic) {
IN_PROC_BROWSER_TEST_F(CertificateProviderApiTest, DISABLE_Basic) {
// Start an HTTPS test server that requests a client certificate.
net::SpawnedTestServer::SSLOptions ssl_options;
ssl_options.request_client_certificate = true;
......
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