File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
sdk/identity/identity-broker/test/manual/node Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,11 @@ import { sendGraphRequest } from "./popTokenClient.js";
1010import { describe , it , assert } from "vitest" ;
1111
1212describe ( "InteractiveBrowserCredential" , function ( ) {
13- it ( "supports pop token authentication" , async function ( ) {
13+ // This test is skipped because:
14+ // - OSX asks for passwords on CI, so we need to skip on non-Windows platforms
15+ // - The test requires user interaction, so it cannot run in live mode
16+ // - The test is not supported in playback mode
17+ it . skip ( "supports pop token authentication" , async function ( ) {
1418 useIdentityPlugin ( nativeBrokerPlugin ) ;
1519 const winHandle = Buffer . from ( "srefleqr93285329lskadjffa" ) ;
1620 const interactiveBrowserCredentialOptions : InteractiveBrowserCredentialNodeOptions = {
You can’t perform that action at this time.
0 commit comments