Skip to content

Commit

Permalink
Skip testing rabbitmq models
Browse files Browse the repository at this point in the history
  • Loading branch information
pocheung1 committed Oct 5, 2023
1 parent b1e1e39 commit 70dcfda
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ jobs:
- run:
name: Deleting Basic Models
command: ./test/seldon/model/delete-models
- run:
name: Creating RabbitMQ Models
command: ./test/seldon/model/create-rabbit-models
- run:
name: Testing RabbitMQ Models
command: ./test/seldon/model/test-rabbit-models
- run:
name: Deleting RabbitMQ Models
command: ./test/seldon/model/delete-rabbit-models
# - run:
# name: Creating RabbitMQ Models
# command: ./test/seldon/model/create-rabbit-models
# - run:
# name: Testing RabbitMQ Models
# command: ./test/seldon/model/test-rabbit-models
# - run:
# name: Deleting RabbitMQ Models
# command: ./test/seldon/model/delete-rabbit-models
- run:
name: Teardown
command: ./test/seldon/setup/uninstall-all
Expand Down

0 comments on commit 70dcfda

Please sign in to comment.