From 42291748b53a15397dfad830bc70312b7f533602 Mon Sep 17 00:00:00 2001 From: Joey Orlando Date: Tue, 4 Apr 2023 08:54:34 +0200 Subject: [PATCH] temporarily disable e2e CI job (#1693) Will re-enable them (and set this job as a required passing build step) once all of the sub-tasks of https://github.com/grafana/oncall/issues/1692 are fixed --- .github/workflows/linting-and-tests.yml | 2 ++ 1 file changed, 2 insertions(+) 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: