Skip to content

Commit

Permalink
Fix integration script test job
Browse files Browse the repository at this point in the history
  • Loading branch information
n-jay committed Aug 17, 2024
1 parent 021f527 commit e985dc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/run_integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ test_cueadmin() {

run_job() {
samples/pyoutline/basic_job.py
job_name="testing-shot01-${USER}_basic_job"
# job_name="testing-shot01-${USER}_basic_job"
job_name="basic_job"
samples/pycue/wait_for_job.py "${job_name}" --timeout 300
log INFO "Job succeeded (PASS)"
}
Expand Down

0 comments on commit e985dc3

Please sign in to comment.