Commit c2acd8ef authored by Sky Malice's avatar Sky Malice Committed by Commit Bot

Disable flakey testBarcodeDetection

TBR: reillyg@chromium.org
Bug: 1139470
Change-Id: I0e3847f0d9532f44d6cfb5a688c45fcb052e2f1d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2480631Reviewed-by: default avatarSky Malice <skym@chromium.org>
Reviewed-by: default avatarReilly Grant <reillyg@chromium.org>
Commit-Queue: Sky Malice <skym@chromium.org>
Cr-Commit-Position: refs/heads/master@{#819879}
parent 2e6aa6c1
......@@ -15,6 +15,7 @@ import org.junit.Test;
import org.junit.runner.RunWith;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.base.test.util.Restriction;
import org.chromium.chrome.browser.flags.ChromeSwitches;
......@@ -52,6 +53,7 @@ public class ShapeDetectionTest {
@Feature({"ShapeDetection"})
@LargeTest
@Restriction(ChromeRestriction.RESTRICTION_TYPE_GOOGLE_PLAY_SERVICES)
@DisabledTest(message = "https://crbug.com/1139470")
public void testBarcodeDetection() throws TimeoutException {
EmbeddedTestServer testServer =
EmbeddedTestServer.createAndStartServer(InstrumentationRegistry.getContext());
......
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