Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing for ignore test cases requirement. #15565

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft
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 @@ -54,7 +54,7 @@ Feature: Hub - Design time scenarios
Then Deploy the plugin
Then Verify that user is getting an error message: "fail.message_hub"

@TS-HUB-DESIGN-05
@TS-HUB-DESIGN-05 @Ignore
Scenario: Verify that the user is able to see the created pipeline from hub in the list
When Open Datafusion Project to configure pipeline
Then Click on Hub Menu
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 @@ -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 @@ -27,7 +27,7 @@
@CucumberOptions(
features = {"src/e2e-test/features"},
glue = {"io.cdap.cdap.tethering.stepsdesign", "stepsdesign"},
tags = {"@Tethering_Registration or @Tethering_Runtime"},
tags = {"@Tethering and not @Tethering_Registration and not @Tethering_Runtime"},
plugin = {"pretty", "html:target/cucumber-html-report/tethering",
"json:target/cucumber-reports/cucumber-tethering.json",
"junit:target/cucumber-reports/cucumber-tethering.xml"}
Expand Down
Loading