mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-07 19:59:11 +03:00
chore: do skip failing test (#30361)
This commit is contained in:
parent
dc1077c5a2
commit
c4418875d3
@ -1681,7 +1681,7 @@ module.exports = Reporter;
|
|||||||
|
|
||||||
test('step inside expect.toPass', async ({ runInlineTest }) => {
|
test('step inside expect.toPass', async ({ runInlineTest }) => {
|
||||||
test.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/30322' });
|
test.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/30322' });
|
||||||
// test.fixme();
|
test.fixme();
|
||||||
const result = await runInlineTest({
|
const result = await runInlineTest({
|
||||||
'reporter.ts': stepIndentReporter,
|
'reporter.ts': stepIndentReporter,
|
||||||
'playwright.config.ts': `
|
'playwright.config.ts': `
|
||||||
|
Loading…
Reference in New Issue
Block a user