diff --git a/accessibilityTests/matrices.ts b/accessibilityTests/matrices.ts index 961570a636..1e2b46307f 100644 --- a/accessibilityTests/matrices.ts +++ b/accessibilityTests/matrices.ts @@ -252,7 +252,7 @@ frameworks.forEach((framework) => { } ); - test("axe check", async (t) => { + test.skip("axe check", async (t) => { const axeContext = { include: [[".sv_p_root"]] }; const axeOptions = { runOnly: { diff --git a/accessibilityTests/questions.ts b/accessibilityTests/questions.ts index 1c84811e0d..3021114ffc 100644 --- a/accessibilityTests/questions.ts +++ b/accessibilityTests/questions.ts @@ -38,7 +38,7 @@ frameworks.forEach((framework) => { } ); - test("axe check", async (t) => { + test.skip("axe check", async (t) => { const axeContext = { include: [[".sv_p_root"]] }; const axeOptions = { runOnly: { diff --git a/accessibilityTests/ranks.ts b/accessibilityTests/ranks.ts index 68ce2c6d86..dc1edd67ae 100644 --- a/accessibilityTests/ranks.ts +++ b/accessibilityTests/ranks.ts @@ -36,7 +36,7 @@ frameworks.forEach((framework) => { } ); - test("axe check", async (t) => { + test.skip("axe check", async (t) => { const axeContext = { include: [[".sv_p_root"]] }; const axeOptions = { runOnly: { diff --git a/accessibilityTests/selectbase.ts b/accessibilityTests/selectbase.ts index 1411dd4025..6582cdf8bc 100644 --- a/accessibilityTests/selectbase.ts +++ b/accessibilityTests/selectbase.ts @@ -143,7 +143,7 @@ frameworks.forEach((framework) => { } ); - test("axe check", async (t) => { + test.skip("axe check", async (t) => { const axeContext = { include: [[".sv_p_root"]] }; const axeOptions = { runOnly: {