From 70dcfdab624d9d19df45fc0222098fc031b3c395 Mon Sep 17 00:00:00 2001 From: Po Cheung Date: Wed, 4 Oct 2023 18:00:56 -0700 Subject: [PATCH] Skip testing rabbitmq models --- .circleci/config.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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