Skip to content

Commit

Permalink
Requirement to ignore Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NavdeepCS committed Feb 9, 2024
1 parent 4f43da1 commit e04ecdc
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
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

0 comments on commit e04ecdc

Please sign in to comment.