diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e118f88c65..ea7cd448db 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -95,8 +95,8 @@ jobs: - name: run tox if: ${{ matrix.package == 'sdk' || matrix.package == 'exporter-otlp-proto-grpc' }} run: tox -f ${{ matrix.python-version }}-${{ matrix.package }} -- -ra --benchmark-skip - if: ${{ !(matrix.package == 'sdk' || matrix.package == 'exporter-otlp-proto-grpc') }} - run: tox -f ${{ matrix.python-version }}-${{ matrix.package }} -- -ra + # if: ${{ !(matrix.package == 'sdk' || matrix.package == 'exporter-otlp-proto-grpc') }} + # run: tox -f ${{ matrix.python-version }}-${{ matrix.package }} -- -ra misc: strategy: fail-fast: false