diff --git a/.github/workflows/linting-and-tests.yml b/.github/workflows/linting-and-tests.yml index 351f698b..0cba27ae 100644 --- a/.github/workflows/linting-and-tests.yml +++ b/.github/workflows/linting-and-tests.yml @@ -262,6 +262,8 @@ jobs: pytest -x end-to-end-tests: + # TODO: reenable this job once https://github.com/grafana/oncall/issues/1692 is fixed + if: ${{ false }} runs-on: ubuntu-latest name: "End to end tests - Grafana: ${{ matrix.grafana-image-tag }}" strategy: