Skip to content

Commit

Permalink
Merge pull request #2371 from StackStorm/fix-mistral-wf-state
Browse files Browse the repository at this point in the history
Fix mistral integration test on workflow cancellation
  • Loading branch information
m4dcoder committed Jan 12, 2016
2 parents 1dd73fa + 89935db commit 15c92ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions st2tests/integration/mistral/test_wiring.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,3 @@ def test_cancellation(self):
self.st2client.liveactions.delete(execution)
execution = self._wait_for_completion(execution, expect_tasks_completed=False)
self._assert_canceled(execution, are_tasks_completed=False)
execution = self._wait_for_completion(execution, expect_tasks_completed=True)
self._assert_canceled(execution, are_tasks_completed=True)

0 comments on commit 15c92ab

Please sign in to comment.