Skip to content

Commit 1a48558

Browse files
committed
Exclude certain CI tests without deleting them
1 parent a49bb62 commit 1a48558

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
run: uv run pytest tests --block-network --record-mode=none
4545

4646
coverage:
47+
if: false # exclude on pystac v2 for now
4748
name: coverage
4849
runs-on: ubuntu-latest
4950
permissions:
@@ -72,6 +73,7 @@ jobs:
7273
run: uv run coverage report
7374

7475
without-orjson:
76+
if: false # exclude on pystac v2 for now
7577
runs-on: ubuntu-latest
7678
steps:
7779
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -87,6 +89,7 @@ jobs:
8789
# This checks to make sure any API changes haven't broken any of the
8890
# benchmarks. It doesn't do any actual benchmarking, since (IMO) that's not
8991
# appropriate for CI on GitHub actions.
92+
if: false # exclude on pystac v2 for now
9093
runs-on: ubuntu-latest
9194
steps:
9295
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -105,6 +108,7 @@ jobs:
105108

106109
docs:
107110
runs-on: ubuntu-latest
111+
if: false # exclude on pystac v2 for now
108112
steps:
109113
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
110114
- uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0

0 commit comments

Comments
 (0)