Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: ios/chrome/browser/ui/stack_view/stack_view_controller_perftest.mm

Issue 2853153002: Disabled a few more failing perf tests (Closed)
Patch Set: removed unintentional change. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/chrome/browser/ui/omnibox_perftest.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/stack_view/stack_view_controller_perftest.mm
diff --git a/ios/chrome/browser/ui/stack_view/stack_view_controller_perftest.mm b/ios/chrome/browser/ui/stack_view/stack_view_controller_perftest.mm
index c12fe5330a0159233a0da5b27266ea6f85c27c09..4770f4b61bf4fb404ac0c2a1ab279a736e0f1b2c 100644
--- a/ios/chrome/browser/ui/stack_view/stack_view_controller_perftest.mm
+++ b/ios/chrome/browser/ui/stack_view/stack_view_controller_perftest.mm
@@ -356,7 +356,8 @@ base::TimeDelta StackViewControllerPerfTest::TakeSnapshot() {
return elapsed;
}
-TEST_F(StackViewControllerPerfTest, WebView_Shapshot) {
+// TODO(crbug.com/717314): Failed DCHECK in PerfTestWithBVC::SetUp().
+TEST_F(StackViewControllerPerfTest, DISABLED_WebView_Shapshot) {
// Opening a StackViewController is done only on iPhones, not on iPads.
// This test is meaningless on an iPad.
if (IsIPadIdiom())
« no previous file with comments | « ios/chrome/browser/ui/omnibox_perftest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698