Skip to content

Commit

Permalink
[Identity] The CAE test should only run in playback mode for now (#18564
Browse files Browse the repository at this point in the history
)

Before the PR with the CAE test was merged, I accidentally had commented this line.
  • Loading branch information
sadasant authored and danieljurek committed Nov 10, 2021
1 parent dcf6e35 commit dd1caf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/identity/identity/test/public/node/caeARM.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ describe("CAE", function() {
// Important: Recording this test may only work in certain tenants.

if (!isPlaybackMode()) {
// this.skip();
this.skip();
}

const [firstAccessToken, finalAccessToken] = await graphChallengeFlow(
Expand Down

0 comments on commit dd1caf3

Please sign in to comment.