From 6db75b1540bb3d09d662e824e929ae461b6f029a Mon Sep 17 00:00:00 2001 From: George Kartalis Date: Thu, 6 Nov 2025 11:46:17 +0100 Subject: [PATCH] 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