From c4418875d3e356a16a98f2e6aa7f9988fe7d184b Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Fri, 12 Apr 2024 15:47:13 -0700 Subject: [PATCH] chore: do skip failing test (#30361) --- tests/playwright-test/test-step.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playwright-test/test-step.spec.ts b/tests/playwright-test/test-step.spec.ts index 8ad04724e1..d864a5640f 100644 --- a/tests/playwright-test/test-step.spec.ts +++ b/tests/playwright-test/test-step.spec.ts @@ -1681,7 +1681,7 @@ module.exports = Reporter; test('step inside expect.toPass', async ({ runInlineTest }) => { test.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/30322' }); - // test.fixme(); + test.fixme(); const result = await runInlineTest({ 'reporter.ts': stepIndentReporter, 'playwright.config.ts': `