Skip to content

Commit e04ecdc

Browse files
committed
Requirement to ignore Tests
1 parent 4f43da1 commit e04ecdc

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

cdap-e2e-tests/src/e2e-test/features/Hub/DesignTime.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# the License.
1515
#
1616

17-
@Hub
17+
@Hub @ignore
1818
Feature: Hub - Design time scenarios
1919

2020
@TS-HUB-DESIGN-01

cdap-e2e-tests/src/e2e-test/features/Hub/Runtime.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# the License.
1515
#
1616

17-
@Hub
17+
@Hub @ignore
1818
Feature: Hub - Run time scenarios
1919

2020
@TS-HUB-RNTM-01

cdap-e2e-tests/src/e2e-test/features/systemadmin/SysAdminDesignTime.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# the License.
1515
#
1616

17-
@Sysadmin
17+
@Sysadmin @ignore
1818
Feature: Sysadmin - Validate system admin page design time scenarios
1919

2020
Background:

cdap-e2e-tests/src/e2e-test/features/systemadmin/SysAdminDesignTimeValidation.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# the License.
1515
#
1616

17-
@Sysadmin
17+
@Sysadmin @ignore
1818
Feature: Sysadmin - Validate system admin page design time validation scenarios
1919

2020
Background:

cdap-e2e-tests/src/e2e-test/features/systemadmin/SysAdminRunTime.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# the License.
1515
#
1616

17-
@Sysadmin
17+
@Sysadmin @ignore
1818
Feature: Sysadmin - Validate system admin page Run time scenarios
1919

2020
Background:

cdap-e2e-tests/src/e2e-test/java/io/cdap/cdap/hub/runners/TestRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
@CucumberOptions(
2828
features = {"src/e2e-test/features"},
2929
glue = {"stepsdesign", "io.cdap.cdap.hub.stepsdesign"},
30-
tags = {"@Hub"},
30+
tags = {"@Hub and not @ignore"},
3131
plugin = {"pretty", "html:target/cucumber-html-report/hub",
3232
"json:target/cucumber-reports/cucumber-hub.json",
3333
"junit:target/cucumber-reports/cucumber-hub.xml"}

cdap-e2e-tests/src/e2e-test/java/io/cdap/cdap/systemadmin/common/common/TestRunnerRequired.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
@CucumberOptions(
2727
features = {"src/e2e-test/features"},
2828
glue = {"stepsdesign", "io.cdap.cdap.systemadmin.common.stepsdesign"},
29-
tags = {"@SysAdminRequired"},
29+
tags = {"@SysAdminRequired and not @ignore"},
3030
plugin = {"pretty", "html:target/cucumber-html-report/required",
3131
"json:target/cucumber-reports/cucumber-required.json",
3232
"junit:target/cucumber-reports/cucumber-required.xml"},

cdap-e2e-tests/src/e2e-test/java/io/cdap/cdap/systemadmin/runners/TestRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
@CucumberOptions(
2828
features = {"src/e2e-test/features"},
2929
glue = {"io.cdap.cdap.systemadmin.common.stepsdesign", "stepsdesign"},
30-
tags = {"@Sysadmin"},
30+
tags = {"@Sysadmin and not @ignore"},
3131
plugin = {"pretty", "html:target/cucumber-html-report/systemadmin",
3232
"json:target/cucumber-reports/cucumber-systemadmin.json",
3333
"junit:target/cucumber-reports/cucumber-systemadmin.xml"}

cdap-e2e-tests/src/e2e-test/java/io/cdap/cdap/tethering/runners/TestRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
@CucumberOptions(
2828
features = {"src/e2e-test/features"},
2929
glue = {"io.cdap.cdap.tethering.stepsdesign", "stepsdesign"},
30-
tags = {"@Tethering_Registration or @Tethering_Runtime"},
30+
tags = {"Ignore"},
3131
plugin = {"pretty", "html:target/cucumber-html-report/tethering",
3232
"json:target/cucumber-reports/cucumber-tethering.json",
3333
"junit:target/cucumber-reports/cucumber-tethering.xml"}

0 commit comments

Comments
 (0)