Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# the License.
#

@Hub
@Hub @ignore
Feature: Hub - Design time scenarios

@TS-HUB-DESIGN-01
Expand Down
2 changes: 1 addition & 1 deletion cdap-e2e-tests/src/e2e-test/features/Hub/Runtime.feature
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# the License.
#

@Hub
@Hub @ignore
Feature: Hub - Run time scenarios

@TS-HUB-RNTM-01
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# the License.
#

@Sysadmin
@Sysadmin @ignore
Feature: Sysadmin - Validate system admin page design time scenarios

Background:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# the License.
#

@Sysadmin
@Sysadmin @ignore
Feature: Sysadmin - Validate system admin page design time validation scenarios

Background:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# the License.
#

@Sysadmin
@Sysadmin @ignore
Feature: Sysadmin - Validate system admin page Run time scenarios

Background:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
@CucumberOptions(
features = {"src/e2e-test/features"},
glue = {"stepsdesign", "io.cdap.cdap.hub.stepsdesign"},
tags = {"@Hub"},
tags = {"@Hub and not @ignore"},
plugin = {"pretty", "html:target/cucumber-html-report/hub",
"json:target/cucumber-reports/cucumber-hub.json",
"junit:target/cucumber-reports/cucumber-hub.xml"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@CucumberOptions(
features = {"src/e2e-test/features"},
glue = {"stepsdesign", "io.cdap.cdap.systemadmin.common.stepsdesign"},
tags = {"@SysAdminRequired"},
tags = {"@SysAdminRequired and not @ignore"},
plugin = {"pretty", "html:target/cucumber-html-report/required",
"json:target/cucumber-reports/cucumber-required.json",
"junit:target/cucumber-reports/cucumber-required.xml"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
@CucumberOptions(
features = {"src/e2e-test/features"},
glue = {"io.cdap.cdap.systemadmin.common.stepsdesign", "stepsdesign"},
tags = {"@Sysadmin"},
tags = {"@Sysadmin and not @ignore"},
plugin = {"pretty", "html:target/cucumber-html-report/systemadmin",
"json:target/cucumber-reports/cucumber-systemadmin.json",
"junit:target/cucumber-reports/cucumber-systemadmin.xml"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
@CucumberOptions(
features = {"src/e2e-test/features"},
glue = {"io.cdap.cdap.tethering.stepsdesign", "stepsdesign"},
tags = {"@Tethering_Registration or @Tethering_Runtime"},
tags = {"Ignore"},
plugin = {"pretty", "html:target/cucumber-html-report/tethering",
"json:target/cucumber-reports/cucumber-tethering.json",
"junit:target/cucumber-reports/cucumber-tethering.xml"}
Expand Down