From 930a8b74532e38df6b3832353ee9758e3bfacaaa Mon Sep 17 00:00:00 2001 From: George Kartalis Date: Thu, 6 Nov 2025 14:59:36 +0100 Subject: [PATCH] chore: update branch filter for run-eigen-tests workflow and disable failing test flag --- .circleci/config.yml | 2 +- Echo.json5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3792e40..56367e6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -43,5 +43,5 @@ workflows: filters: branches: only: - - production + - main context: echo diff --git a/Echo.json5 b/Echo.json5 index 250306f..f3664ad 100644 --- a/Echo.json5 +++ b/Echo.json5 @@ -90,7 +90,7 @@ { name: 'AREnableQuickLinksAnimation2', value: true }, { name: 'AREnableRedesignedSettings', value: true }, { name: 'ARShowOnboardingPriceRangeScreen', value: true }, - { name: 'AREnableFailingTestEcho', value: true }, + { name: 'AREnableFailingTestEcho', value: false }, // deprecated flags. REMOVE OR CHANGE WITH CARE. { name: 'AREnableInfiniteDiscovery', value: true }, // 2025-04-24 removed artsy/eigen#11769