diff --git a/.github/workflows/test/arm-auto-signoff-preview.test.js b/.github/workflows/test/arm-auto-signoff-preview.test.js index ee43c27446e4..922ac90075d4 100644 --- a/.github/workflows/test/arm-auto-signoff-preview.test.js +++ b/.github/workflows/test/arm-auto-signoff-preview.test.js @@ -22,7 +22,7 @@ const swaggerTypeSpecGenerated = JSON.stringify({ }, }); -describe("getLabelActionImpl", () => { +describe.skip("getLabelActionImpl", () => { beforeEach(() => { // TODO: Reset other global mocks like "core" vol.reset();