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

CCD-2344 Reenable Ignored FT - FT now run @Igonore test only #1249

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
3 changes: 2 additions & 1 deletion aat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ task functional(type: Test) {
args = [
'--threads', '1', // current definition-store tests do not support multiple threads
'--plugin', "json:${rootDir}/target/cucumber.json",
'--tags', 'not @Ignore',
// '--tags', 'not @Ignore',
'--tags', '@Ignore',
'--glue', 'uk.gov.hmcts.befta.player', 'src/aat/resources/features'
]
jvmArgs = [ '--add-opens=java.base/java.lang.reflect=ALL-UNNAMED' ]
Expand Down
6 changes: 3 additions & 3 deletions aat/src/aat/resources/features/F-078/F-078.feature
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ Scenario: must return 200 and Gets the current version of a Case Type Schema
And the response has all the details as expected

#-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
@S-332 @Ignore
@S-332 @Ignore @Reenable
Scenario: more tests

#-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
@S-333 @Ignore
@S-333 @Ignore @Reenable
Scenario: Case type version information (Green path /Not found)

#-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
@S-334 @Ignore
@S-334 @Ignore @Reenable
Scenario: Case type version information (Green path /Not found)

#-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Expand Down