Skip to content

Commit

Permalink
Fix flaky func test.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoliver committed Sep 5, 2023
1 parent 45d5ecf commit a476e7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/functional/reload/23-cycle-point-time-zone.t
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ run_ok "${TEST_NAME_BASE}-validate" cylc validate "${WORKFLOW_NAME}"
export TZ=BST-1

workflow_run_ok "${TEST_NAME_BASE}-run" cylc play "${WORKFLOW_NAME}" --pause
poll_workflow_running
poll_grep_workflow_log "Paused on start up"

# Simulate DST change
export TZ=UTC

run_ok "${TEST_NAME_BASE}-reload" cylc reload "${WORKFLOW_NAME}"
poll_workflow_running
poll_grep_workflow_log "Reload completed"

cylc stop --now --now "${WORKFLOW_NAME}"

Expand Down

0 comments on commit a476e7d

Please sign in to comment.