Skip to content

Commit 928aed5

Browse files
committed
try to unskip failswitch test
1 parent dee01f7 commit 928aed5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

workspaces/orchestrator/e2e-tests/tests/specs/orchestrator.tests.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,7 @@ test.describe("Orchestrator", () => {
320320
});
321321

322322
test.describe("Token propagation workflow API", () => {
323-
// eslint-disable-next-line playwright/no-skipped-test
324-
test.skip("Token propagation workflow executes successfully via API", async ({
323+
test("Token propagation workflow executes successfully via API", async ({
325324
page,
326325
loginHelper,
327326
}) => {

0 commit comments

Comments
 (0)