From df3dff53469c07488ccac67e5a209a910834b1a1 Mon Sep 17 00:00:00 2001 From: Dave Hunt Date: Sat, 3 Apr 2021 15:20:55 +0100 Subject: [PATCH] Bug 1701764 - Remove --no-conditioned-profile from Raptor tests now that they are disabled by default --- taskcluster/ci/browsertime/kind.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/taskcluster/ci/browsertime/kind.yml b/taskcluster/ci/browsertime/kind.yml index 486b557a3..8a0ef3983 100644 --- a/taskcluster/ci/browsertime/kind.yml +++ b/taskcluster/ci/browsertime/kind.yml @@ -85,7 +85,6 @@ job-defaults: - '--cfg=mozharness/configs/raptor/android_hw_config.py' - '--app=fenix' - '--browsertime' - - '--no-conditioned-profile' - '--binary=org.mozilla.fenix' - '--activity=org.mozilla.fenix.IntentReceiverActivity' - '--download-symbols=ondemand'