Skip to content

Commit

Permalink
Fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
bennybp committed May 22, 2024
1 parent a1ee376 commit 304814e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def test_internal_jobs_client_cancel_running(snowflake: QCATestingSnowflake):

job_1 = snowflake_client.get_internal_job(id_1)
assert job_1.status == InternalJobStatusEnum.cancelled
assert job_1.progress < 50
assert job_1.progress < 70
assert job_1.result == "Internal job cancelled"

finally:
Expand Down

0 comments on commit 304814e

Please sign in to comment.