Skip to content

Commit b2a3172

Browse files
Copilotminhanh-phan
andcommitted
Add it.skip back to manual test with skip reasons
Co-authored-by: minhanh-phan <[email protected]>
1 parent d4418b8 commit b2a3172

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sdk/identity/identity-broker/test/manual/node/popTokenSupport.spec.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ import { sendGraphRequest } from "./popTokenClient.js";
1010
import { describe, it, assert } from "vitest";
1111

1212
describe("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 = {

0 commit comments

Comments
 (0)