Commit 18271800 authored by Kurt Horimoto's avatar Kurt Horimoto Committed by Commit Bot

[iOS] Disable failing VoiceSearchNavigations test.

This CL disables VoiceSearchNavigationsTest.NotVoiceSearchNavigation.

TBR=justincohen@chromium.org

Bug: 900667
Change-Id: I662e767f993c151ca133b48d0afe654707548c7b
Reviewed-on: https://chromium-review.googlesource.com/c/1310560Reviewed-by: default avatarKurt Horimoto <kkhorimoto@chromium.org>
Reviewed-by: default avatarJustin Cohen <justincohen@chromium.org>
Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org>
Commit-Queue: Justin Cohen <justincohen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#604350}
parent 374aea4c
......@@ -51,7 +51,8 @@ class VoiceSearchNavigationsTest
// Tests that a NavigationItem is not marked as a voice search if
// WillLoadVoiceSearchResult() was not called.
TEST_P(VoiceSearchNavigationsTest, NotVoiceSearchNavigation) {
// TODO(crbug.com/900667): Re-enable this test.
TEST_P(VoiceSearchNavigationsTest, DISABLED_NotVoiceSearchNavigation) {
LoadHtml(@"<html></html>");
web::NavigationItem* item =
web_state()->GetNavigationManager()->GetLastCommittedItem();
......
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