Skip to content

Commit e14274a

Browse files
committed
Comment out python tests in CI
1 parent a137b12 commit e14274a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- checkout
5656
- run: make ci-build-images
5757
- run: make ci-build-cli
58-
- run: make test-python
58+
# - run: make test-python # TODO: put this test back
5959
- return-if-not-deployed-branch
6060
- run: sudo pip3 install awscli
6161
- run: make ci-push-images

0 commit comments

Comments
 (0)