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
This commit is contained in:
parent
27b5ffad88
commit
42291748b5
1 changed files with 2 additions and 0 deletions
2
.github/workflows/linting-and-tests.yml
vendored
2
.github/workflows/linting-and-tests.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue