Skip to content

Commit

Permalink
features: make sure the cucumber default profile does NOT run the ins…
Browse files Browse the repository at this point in the history
…tall

And add the 'bootstrap' tag to select it
  • Loading branch information
doudou committed Apr 27, 2018
1 parent e40fb2e commit 8adb94f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .config/cucumber.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
default: --fail-fast
default: --fail-fast --tags '@no-clobber'
bootstrap: --tags "@bootstrap"
1 change: 1 addition & 0 deletions features/00 - Installation.feature
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@disable-bundler
Feature: 00. Installation
@bootstrap
Scenario: 01. Bootstrapping
# High timeout, we're building and installing stuff
Given the aruba exit timeout is 3600 seconds
Expand Down

0 comments on commit 8adb94f

Please sign in to comment.