From 4a44e37d934e3a7fb9bf05c738254bde43068fa8 Mon Sep 17 00:00:00 2001 From: Gabriel Porfirio Date: Mon, 23 Oct 2023 14:36:58 -0300 Subject: [PATCH] flaky flag to other presentation format test --- .../playwright/presentation/presentation.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();