Skip to content

Conversation

@bastelfreak
Copy link
Member

All acceptance tests run the cleanup, except for the dynflow test right now. This is probably because it's the first test. The specified cleanup always runs before the actual test, so this doesn't make sense for dynflow right now. In case someone adds another test file in spec/acceptance/ that starts with a,b or c, it will be executed before dynflow. To prevent failures in the future, we add the cleanup to dynflow, so others don't have to debug this for two weeks in the future.

All acceptance tests run the cleanup, except for the dynflow test right
now. This is probably because it's the first test. The specified cleanup
always runs *before* the actual test, so this doesn't make sense for
dynflow right now. In case someone adds another test file in
spec/acceptance/ that starts with a,b or c, it will be executed before
dynflow. To prevent failures in the future, we add the cleanup to
dynflow, so others don't have to debug this for two weeks in the future.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant