diff --git a/bigbluebutton-tests/playwright/presentation/presentation.spec.js b/bigbluebutton-tests/playwright/presentation/presentation.spec.js index eb17fdd7bb..169222ab21 100644 --- a/bigbluebutton-tests/playwright/presentation/presentation.spec.js +++ b/bigbluebutton-tests/playwright/presentation/presentation.spec.js @@ -72,7 +72,7 @@ test.describe.parallel('Presentation', () => { await presentation.uploadSinglePresentationTest(); }); - test('Upload Other Presentations Format @ci', async ({ browser, context, page }) => { + test('Upload Other Presentations Format @ci @flaky', async ({ browser, context, page }) => { const presentation = new Presentation(browser, context); await presentation.initPages(page, true); await presentation.uploadOtherPresentationsFormat();