chore: do skip failing test (#30361)

This commit is contained in:
Yury Semikhatsky 2024-04-12 15:47:13 -07:00 committed by GitHub
parent dc1077c5a2
commit c4418875d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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': `