diff --git a/.config/cucumber.yml b/.config/cucumber.yml index 58d864a..271f4ea 100644 --- a/.config/cucumber.yml +++ b/.config/cucumber.yml @@ -1 +1,2 @@ -default: --fail-fast +default: --fail-fast --tags '@no-clobber' +bootstrap: --tags "@bootstrap" diff --git a/features/00 - Installation.feature b/features/00 - Installation.feature index ae2f22f..2704ee7 100644 --- a/features/00 - Installation.feature +++ b/features/00 - Installation.feature @@ -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