Commit e4b0f2d0 authored by rbpotter's avatar rbpotter Committed by Commit Bot

Fingerprint Progress arc: Re-enable test on non-Mac

This test only appears to have failed in the CL that disabled it on
the Mac bot. Re-enable it for other platforms.

Bug: 1044390
Change-Id: Ic1d6290e7ae2cb9ebfdb6d4d2038cb7a64a3ee7a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013911Reviewed-by: default avatarDemetrios Papadopoulos <dpapad@chromium.org>
Commit-Queue: Rebekah Potter <rbpotter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#734102}
parent 2a8b3e11
......@@ -350,7 +350,14 @@ CrElementsFingerprintProgressArcTest.prototype = {
]),
};
TEST_F('CrElementsFingerprintProgressArcTest', 'DISABLED_All', function() {
// https://crbug.com/1044390 - maybe flaky on Mac?
GEN('#if defined(OS_MACOSX)');
GEN('#define MAYBE_Fingerprint DISABLED_Fingerprint');
GEN('#else');
GEN('#define MAYBE_Fingerprint Fingerprint');
GEN('#endif');
TEST_F('CrElementsFingerprintProgressArcTest', 'MAYBE_Fingerprint', function() {
mocha.run();
});
......
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