Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
ci: disable e2e tests in CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Mar 27, 2020
1 parent 6e0f57b commit 0bcc67a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ jobs:
- run: make test TEST_FLAGS="-race -tags integration -timeout 5m"
- run: make check-generated
- run: make all
#- run: E2E_KIND_CLUSTER_NUM=4 make e2e
- run: E2E_KIND_CLUSTER_NUM=4 make e2e
- save_cache:
key: cache-{{ checksum "Makefile" }}
paths:
Expand Down

0 comments on commit 0bcc67a

Please sign in to comment.