Skip to content

Commit

Permalink
Disabling DISP-S1 scenario tests from smoke test until the database f…
Browse files Browse the repository at this point in the history
…ile is finalized
  • Loading branch information
philipjyoon committed Sep 3, 2024
1 parent 88b807a commit 2d79069
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions cluster_provisioning/run_opera_smoke_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d79069

Please sign in to comment.