Skip to content

Commit

Permalink
skip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vasudevganesanhmcts authored and drummondjm committed Jul 17, 2024
1 parent 55e62dd commit db1e860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Before(async ({api}) => {
}
});

Scenario('Fast Track case is struck out due to hearing fee not being paid', async () => {
Scenario.skip('Fast Track case is struck out due to hearing fee not being paid', async () => {
if (['preview', 'demo'].includes(config.runningEnv)) {
const isDashboardServiceEnabled = await isDashboardServiceToggleEnabled();
if (isDashboardServiceEnabled) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Before(async ({api}) => {
}
});

Scenario('Fast Track Response with RejectAll and DisputeAll For the Case Progression and Hearing Scheduled Process To Complete', async () => {
Scenario.skip('Fast Track Response with RejectAll and DisputeAll For the Case Progression and Hearing Scheduled Process To Complete', async () => {
if (['preview', 'demo'].includes(config.runningEnv)) {
/*CaseProgressionSteps.verifyLatestUpdatePageForCaseProgressionState(claimRef, claimType, true);
//Lip initiates docs
Expand Down

0 comments on commit db1e860

Please sign in to comment.