Skip to content

Commit b1e90ad

Browse files
authored
Ignore lightning tests (#146)
1 parent 6a27b68 commit b1e90ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: s3torchconnectorclient unit tests
5858
run: pytest s3torchconnectorclient/python/tst/unit --hypothesis-profile ci --hypothesis-show-statistics
5959
- name: s3torchconnector unit tests
60-
run: pytest s3torchconnector/tst/unit --hypothesis-profile ci --hypothesis-show-statistics
60+
run: pytest s3torchconnector/tst/unit --ignore s3torchconnector/tst/unit/lightning --hypothesis-profile ci --hypothesis-show-statistics
6161

6262
lint:
6363
name: Python lints

.github/workflows/python-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
CI_REGION=${{ matrix.test-run.region }} \
8989
CI_BUCKET=${{ matrix.test-run.bucket }} \
9090
CI_STORAGE_CLASS=${{ matrix.test-run.storage-class }} \
91-
pytest s3torchconnector/tst/e2e -n auto
91+
pytest s3torchconnector/tst/e2e --ignore s3torchconnector/tst/e2e/test_e2e_s3_lightning_checkpoint.py -n auto
9292
9393
- name: s3torchconnectorclient ${{ matrix.test-run.name }} integration tests
9494
run: |

0 commit comments

Comments
 (0)