diff --git a/cluster_provisioning/run_opera_smoke_tests.sh b/cluster_provisioning/run_opera_smoke_tests.sh index 9eee63db..72f7b794 100644 --- a/cluster_provisioning/run_opera_smoke_tests.sh +++ b/cluster_provisioning/run_opera_smoke_tests.sh @@ -144,11 +144,12 @@ set -e echo Executing integration tests. This can take at least 20 or 40 minutes... # Run some trigger tests. These are quick. Run on bare Mozart default python environment -source ~/.bash_profile -python tests/scenarios/cslc_query_test.py tests/scenarios/cslc_query_hist_k2_test.json --clear=true -python tests/scenarios/cslc_query_test.py tests/scenarios/cslc_query_reproc_k4_test.json --clear=true -python tests/scenarios/cslc_query_test.py tests/scenarios/cslc_query_fwd_k2_test.json --clear=true -deactivate +# TODO: Uncomment after the DISP-S1 database file is finalized and these gold files updated accordingly +#source ~/.bash_profile +#python tests/scenarios/cslc_query_test.py tests/scenarios/cslc_query_hist_k2_test.json --clear=true +#python tests/scenarios/cslc_query_test.py tests/scenarios/cslc_query_reproc_k4_test.json --clear=true +#python tests/scenarios/cslc_query_test.py tests/scenarios/cslc_query_fwd_k2_test.json --clear=true +#deactivate python -m venv venv source venv/bin/activate