Skip to content

Commit

Permalink
Ignoring failed tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
NavdeepCS committed Mar 5, 2024
1 parent 7eea423 commit ff5d012
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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

0 comments on commit ff5d012

Please sign in to comment.