diff --git a/bin/knapsack_pro_queue_rspec_record_first_run b/bin/knapsack_pro_queue_rspec_record_first_run index 25e3c5f..ab5e5cf 100755 --- a/bin/knapsack_pro_queue_rspec_record_first_run +++ b/bin/knapsack_pro_queue_rspec_record_first_run @@ -25,7 +25,7 @@ BRANCH_NAME=fake-branch #export EXTRA_TEST_FILES_DELAY=10 # seconds # uncomment the following line to verify if Knapsack Pro raises an exception preventing the RSpec --tag usage -#export KNAPSACK_PRO_RSPEC_SPLIT_BY_TEST_EXAMPLES=true +export KNAPSACK_PRO_RSPEC_SPLIT_BY_TEST_EXAMPLES=true KNAPSACK_PRO_ENDPOINT=http://api.knapsackpro.test:3000 \ KNAPSACK_PRO_TEST_SUITE_TOKEN_RSPEC=fec3c641a3c4d2e720fe1b6d9dd780bc \ @@ -34,4 +34,6 @@ KNAPSACK_PRO_ENDPOINT=http://api.knapsackpro.test:3000 \ KNAPSACK_PRO_BRANCH=$BRANCH_NAME \ KNAPSACK_PRO_CI_NODE_TOTAL=${2:-2} \ KNAPSACK_PRO_CI_NODE_INDEX=${1:-0} \ - bundle exec rake "knapsack_pro:queue:rspec[--format d --tag xfocus]" + bundle exec rake "knapsack_pro:queue:rspec[--format d]" +#bundle exec rake "knapsack_pro:queue:rspec[--format d]" +#bundle exec rake "knapsack_pro:queue:rspec[--format d --tag xfocus]"