Skip to content

Commit 00c3ad4

Browse files
committed
fix acceptance test ordering
Without this change it's not possible to execute tests in random orders / the agent_spec.rb after any other acceptance test.
1 parent c0eec34 commit 00c3ad4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/acceptance/agent_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ class { 'zabbix::agent':
1717
}
1818
EOS
1919

20+
cleanup_zabbix
21+
2022
# Run it twice and test for idempotency
2123
apply_manifest(pp, catch_failures: true)
2224
apply_manifest(pp, catch_changes: true)

0 commit comments

Comments
 (0)