From 94596f1913e473b9e1843d634ea9352598656607 Mon Sep 17 00:00:00 2001 From: George Date: Thu, 6 Nov 2025 11:49:16 +0100 Subject: [PATCH] Merge pull request #874 from artsy/gkartalis/testEchoFlag fix: eigen-echo test integration --- .circleci/config.yml | 2 -- Echo.json5 | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ccab820..3e122d3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -36,7 +36,6 @@ workflows: only: - main - production - - fix-ci context: echo - run-eigen-tests: requires: @@ -46,5 +45,4 @@ workflows: only: - main - production - - fix-ci context: echo diff --git a/Echo.json5 b/Echo.json5 index 10d4eb8..f3664ad 100644 --- a/Echo.json5 +++ b/Echo.json5 @@ -90,6 +90,7 @@ { name: 'AREnableQuickLinksAnimation2', value: true }, { name: 'AREnableRedesignedSettings', value: true }, { name: 'ARShowOnboardingPriceRangeScreen', value: true }, + { name: 'AREnableFailingTestEcho', value: false }, // deprecated flags. REMOVE OR CHANGE WITH CARE. { name: 'AREnableInfiniteDiscovery', value: true }, // 2025-04-24 removed artsy/eigen#11769