From 242d2c9fef737ac28b970a6cbaa2242f32a9b074 Mon Sep 17 00:00:00 2001 From: Leo Romanovsky Date: Tue, 19 May 2026 12:11:43 -0400 Subject: [PATCH] Revert "Exclude FEATURE_FLAGGING_AND_EXPERIMENTATION from dev (#6968)" This reverts commit ce3eccc13ca9134c81905812af7d5b6f4938703b. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1f73f54c82..ceed304344f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: library: ${{ matrix.library }} scenarios: ${{ needs.compute_libraries_and_scenarios.outputs.scenarios }} scenarios_groups: ${{ needs.compute_libraries_and_scenarios.outputs.scenarios_groups }} - excluded_scenarios: OTEL_COLLECTOR_E2E${{ matrix.version == 'dev' && matrix.library == 'python' && ',FEATURE_FLAGGING_AND_EXPERIMENTATION' || '' }} # rely on real backend + excluded_scenarios: OTEL_COLLECTOR_E2E # rely on real backend parametric_job_count: ${{ matrix.version == 'dev' && 2 || 1 }} # test both use cases skip_empty_scenarios: true display_summary: true