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