Commit 891c8e90 authored by apacible's avatar apacible Committed by Commit bot

Disable flaky CertificateViewerModalUITestAsync.testDetails test.

BUG=669597
TBR=dbeam@chromium.org
NOTRY=true

Review-Url: https://codereview.chromium.org/2535293002
Cr-Commit-Position: refs/heads/master@{#435049}
parent 6775eaa6
...@@ -165,7 +165,10 @@ TEST_F('CertificateViewerModalUITest', 'testCN', function() { ...@@ -165,7 +165,10 @@ TEST_F('CertificateViewerModalUITest', 'testCN', function() {
this.testCN(); this.testCN();
}); });
TEST_F('CertificateViewerModalUITestAsync', 'testDetails', function() { /**
* Disabled due to flakiness on Linux ChromiumOS bot: http://crbug/669597
*/
TEST_F('CertificateViewerModalUITestAsync', 'DISABLED_testDetails', function() {
this.testDetails(); this.testDetails();
}); });
......
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