Commit 7e3838e2 authored by Sinan Sahin's avatar Sinan Sahin Committed by Chromium LUCI CQ

🤠 Disable two ContextualSearchManagerTests

Bug: 1161002
Change-Id: I70101620574542bd52a62442258193b45edc5326
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2600439
Auto-Submit: Sinan Sahin <sinansahin@google.com>
Reviewed-by: default avatarDonn Denman <donnd@chromium.org>
Commit-Queue: Donn Denman <donnd@chromium.org>
Cr-Commit-Position: refs/heads/master@{#838770}
parent 37639cb6
......@@ -2711,6 +2711,7 @@ public class ContextualSearchManagerTest {
@SmallTest
@Feature({"ContextualSearch"})
@ParameterAnnotations.UseMethodParameter(FeatureParamProvider.class)
@DisabledTest(message = "crbug.com/1161002")
public void testChainedSearchCreatesNewContent(@EnabledFeature int enabledFeature)
throws Exception {
// Simulate a resolving search and make sure Content is not visible.
......@@ -3682,6 +3683,7 @@ public class ContextualSearchManagerTest {
@Feature({"ContextualSearch"})
// Enable the literal-tap gesture Feature.
@Features.EnableFeatures(ChromeFeatureList.CONTEXTUAL_SEARCH_LITERAL_SEARCH_TAP)
@DisabledTest(message = "crbug.com/1161002")
public void testTapNotIgnoredWithLongpressResolveEnabledAndLiteralSearchTap() throws Exception {
FeatureList.setTestFeatures(ENABLE_LONGPRESS);
clickWordNode("states");
......
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