Commit cf714ca2 authored by phillis's avatar phillis Committed by Commit Bot

Disable flaky test FaceDetectionImplMacTest.ScanOneFace

Bug: 1107962
Change-Id: Ibb57e754136237e906fff151cffae8a2d167901e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2310836
Auto-Submit: Phillis Tang <phillis@chromium.org>
Reviewed-by: default avatarReilly Grant <reillyg@chromium.org>
Commit-Queue: Reilly Grant <reillyg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#790546}
parent 4e39ff5d
...@@ -148,7 +148,8 @@ TEST_P(FaceDetectionImplMacTest, CreateAndDestroy) { ...@@ -148,7 +148,8 @@ TEST_P(FaceDetectionImplMacTest, CreateAndDestroy) {
} }
} }
TEST_P(FaceDetectionImplMacTest, ScanOneFace) { // Flakily fails on multiple configurations. https://crbug.com/1107962
TEST_P(FaceDetectionImplMacTest, DISABLED_ScanOneFace) {
// Face detection test needs a GPU. // Face detection test needs a GPU.
if (!base::CommandLine::ForCurrentProcess()->HasSwitch( if (!base::CommandLine::ForCurrentProcess()->HasSwitch(
switches::kUseGpuInTests)) { switches::kUseGpuInTests)) {
......
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