summaryrefslogtreecommitdiff
path: root/spec/acceptance/beaker/git/branch_checkout/negative/branch_checkout_not_exists.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/acceptance/beaker/git/branch_checkout/negative/branch_checkout_not_exists.rb')
-rw-r--r--spec/acceptance/beaker/git/branch_checkout/negative/branch_checkout_not_exists.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/acceptance/beaker/git/branch_checkout/negative/branch_checkout_not_exists.rb b/spec/acceptance/beaker/git/branch_checkout/negative/branch_checkout_not_exists.rb
index f8c85d0..e44ea7e 100644
--- a/spec/acceptance/beaker/git/branch_checkout/negative/branch_checkout_not_exists.rb
+++ b/spec/acceptance/beaker/git/branch_checkout/negative/branch_checkout_not_exists.rb
@@ -26,8 +26,7 @@ hosts.each do |host|
}
EOS
- apply_manifest_on(host, pp)
- apply_manifest_on(host, pp)
+ apply_manifest_on(host, pp, :expect_failures => true)
end
step 'verify that master branch is checked out' do