Skip to content

Commit

Permalink
fix(jans-config-api): excluded test from execution (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
pujavs authored Feb 3, 2022
1 parent 315c699 commit 3af6672
Showing 1 changed file with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Feature: Verify Auth configuration endpoint
Then status 200
And print response


@ignore
Scenario: Patch dcrSignatureValidationSoftwareStatementJwksURIClaim configuration
Given url mainUrl
And header Authorization = 'Bearer ' + accessToken
Expand All @@ -72,7 +72,7 @@ Feature: Verify Auth configuration endpoint
Then status 200
And print response


@ignore
@auth-config-softwareStatementValidationType-patch
Scenario: Patch softwareStatementValidationType Auth configuration
Given url mainUrl
Expand Down Expand Up @@ -116,7 +116,7 @@ Feature: Verify Auth configuration endpoint
Then status 200
And print response


@ignore
@auth-config-statistical-patch
Scenario: Patch statistical Auth configuration
Given url mainUrl
Expand All @@ -135,7 +135,7 @@ Feature: Verify Auth configuration endpoint
Then status 200
And print response


@ignore
@auth-config-patch
Scenario: Patch loggingLevel Auth configuration
Given url mainUrl
Expand All @@ -154,7 +154,7 @@ Feature: Verify Auth configuration endpoint
Then status 200
And print response


@ignore
@auth-config-patch
Scenario: Patch clientBlackList Auth configuration
Given url mainUrl
Expand All @@ -176,7 +176,7 @@ Feature: Verify Auth configuration endpoint
Then status 200
And print response


@ignore
@auth-config-patch
Scenario: Patch clientAuthenticationFilters Auth configuration
Given url mainUrl
Expand All @@ -198,7 +198,7 @@ Feature: Verify Auth configuration endpoint
Then status 200
And print response


@ignore
@auth-config-patch
Scenario: Patch authenticationFilters Auth configuration
Given url mainUrl
Expand All @@ -219,7 +219,7 @@ Feature: Verify Auth configuration endpoint
Then status 200
And print response


@ignore
@auth-config-patch
Scenario: Patch keyAlgsAllowedForGeneration Auth configuration
Given url mainUrl
Expand All @@ -240,7 +240,7 @@ Feature: Verify Auth configuration endpoint
Then status 200
And print response


@ignore
@auth-config-patch-discoveryAllowedKeys
Scenario: Patch discoveryAllowedKeys Auth configuration
Given url mainUrl
Expand All @@ -261,7 +261,7 @@ Feature: Verify Auth configuration endpoint
Then status 200
And print response


@ignore
@auth-config-patch-dcrSignatureValidationSharedSecret -field
Scenario: Patch dcrSignatureValidationSharedSecret Auth configuration
Given url mainUrl
Expand All @@ -281,7 +281,7 @@ Feature: Verify Auth configuration endpoint
Then status 200
And print response


@ignore
@auth-config-patch-dcrSkipSignatureValidation -field
Scenario: Patch dcrSkipSignatureValidation Auth configuration
Given url mainUrl
Expand All @@ -301,7 +301,7 @@ Feature: Verify Auth configuration endpoint
Then status 200
And print response


@ignore
@auth-config-patch-allowIdTokenWithoutImplicitGrantType
Scenario: Patch allowIdTokenWithoutImplicitGrantType Auth configuration
Given url mainUrl
Expand All @@ -321,7 +321,7 @@ Feature: Verify Auth configuration endpoint
Then status 200
And print response


@ignore
@auth-config-patch-keySignWithSameKeyButDiffAlg
Scenario: Patch keySignWithSameKeyButDiffAlg Auth configuration
Given url mainUrl
Expand All @@ -341,7 +341,7 @@ Feature: Verify Auth configuration endpoint
Then status 200
And print response


@ignore
@auth-config-patch-staticKid
Scenario: Patch staticKid Auth configuration
Given url mainUrl
Expand Down

0 comments on commit 3af6672

Please sign in to comment.