Commit da57939f authored by Matthew Jones's avatar Matthew Jones Committed by Commit Bot

Disable flaky test: testManualGenerationCancel

Similar to https://chromium-review.googlesource.com/c/chromium/src/+/1836031
this patch disables another very flaky test causing failures
on the bots.

Example bot:
https://ci.chromium.org/p/chromium/builders/ci/android-marshmallow-arm64-rel/17969

Flakes:
https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=chrome_public_test_apk&tests=PasswordGenerationIntegrationTest

TBR: vasilii@chromium.org, fhorschig@chromium.org
Bug: 1010540
Change-Id: I684f794a971dc1b44a98e54184c8b0b475578d6a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835167Reviewed-by: default avatarMatthew Jones <mdjones@chromium.org>
Commit-Queue: Matthew Jones <mdjones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#702188}
parent a84687f6
...@@ -94,6 +94,7 @@ public class PasswordGenerationIntegrationTest { ...@@ -94,6 +94,7 @@ public class PasswordGenerationIntegrationTest {
@Test @Test
@IntegrationTest @IntegrationTest
@DisabledTest(message = "crbug.com/1010540")
public void testManualGenerationCancel() throws InterruptedException, TimeoutException { public void testManualGenerationCancel() throws InterruptedException, TimeoutException {
waitForGenerationLabel(); waitForGenerationLabel();
focusField(PASSWORD_NODE_ID_MANUAL); focusField(PASSWORD_NODE_ID_MANUAL);
......
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