Skip to content

Commit

Permalink
Fix spec test name cncf/cnf-conformance#320
Browse files Browse the repository at this point in the history
  • Loading branch information
denverwilliams committed Aug 27, 2020
1 parent 8dbbd51 commit 6ad9b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/platform/resilience_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe "Platform" do
`./cnf-conformance setup`
$?.success?.should be_true
end
it "'worker_reboot_recovery' should pass if chaos_mesh node_failure tests prove the platform is resilient", tags: "platform:worker_reboot_recovery" do
it "'worker_reboot_recovery' should pass if platform successfully recovers after reboot", tags: "platform:worker_reboot_recovery" do
if check_destructive
puts "Tests running in destructive mode".colorize(:red)
response_s = `./cnf-conformance platform:worker_reboot_recovery destructive`
Expand Down

0 comments on commit 6ad9b37

Please sign in to comment.