diff --git a/.circleci/config.yml b/.circleci/config.yml index d97d1d2ecc..0d3b8e037c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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