Skip to content

Commit 2a03cfa

Browse files
Update sdk/identity/identity-cache-persistence/test/internal/node/deviceCodeCredential.spec.ts
Co-authored-by: Copilot <[email protected]>
1 parent db49fa8 commit 2a03cfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/identity/identity-cache-persistence/test/internal/node/deviceCodeCredential.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ describe("DeviceCodeCredential (internal)", () => {
3535

3636
const scope = "https://graph.microsoft.com/.default";
3737

38+
// OSX asks for passwords on CI, so we need to skip these tests from our automation
39+
// These tests should not run live because this credential requires user interaction.
3840
it.skipIf(process.platform === "darwin" || isLiveMode())(
3941
"Accepts tokenCachePersistenceOptions",
4042
async (ctx) => {
41-
// OSX asks for passwords on CI, so we need to skip these tests from our automation
42-
// These tests should not run live because this credential requires user interaction.
4343

4444
const tokenCachePersistenceOptions: TokenCachePersistenceOptions = {
4545
enabled: true,

0 commit comments

Comments
 (0)