From 486677375f08623e115174f87f021004e5766b31 Mon Sep 17 00:00:00 2001 From: Gregory Mierzwinski Date: Wed, 16 Dec 2020 13:18:14 -0500 Subject: [PATCH] [fenix] Disable conditioned profiles in the fenix branch. (https://github.com/mozilla-mobile/fenix/pull/17078) --- taskcluster/ci/browsertime/kind.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/taskcluster/ci/browsertime/kind.yml b/taskcluster/ci/browsertime/kind.yml index 20bb3ea169..ea014660d2 100644 --- a/taskcluster/ci/browsertime/kind.yml +++ b/taskcluster/ci/browsertime/kind.yml @@ -84,6 +84,7 @@ job-defaults: - '--app=fenix' - '--browsertime' - '--cold' + - '--no-conditioned-profile' - '--binary=org.mozilla.fenix' - '--activity=org.mozilla.fenix.IntentReceiverActivity' - '--download-symbols=ondemand'