Skip to content

Commit

Permalink
Merge pull request bigbluebutton#20885 from gabriellpr/skip-test
Browse files Browse the repository at this point in the history
test: skipping test yt related
  • Loading branch information
gustavotrott authored Aug 9, 2024
2 parents 7d5715a + 946f7de commit 2250044
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ test.describe.parallel('Presentation', () => {
});

// https://docs.bigbluebutton.org/2.6/release-tests.html#start-youtube-video-sharing
test('Start external video', { tag: '@ci' }, async ({ browser, context, page }) => {
test('Start external video', { tag: '@flaky' }, async ({ browser, context, page }) => {
const presentation = new Presentation(browser, context);
await presentation.initPages(page);
await presentation.startExternalVideo();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test.describe.parallel('Screenshare', () => {
await screenshare.startSharing();
});

test('Start screenshare stops external video', { tag: '@ci' }, async ({ browser, page }) => {
test('Start screenshare stops external video', { tag: '@flaky' }, async ({ browser, page }) => {
const screenshare = new ScreenShare(browser, page);
await screenshare.init(true, true);
await screenshare.screenshareStopsExternalVideo();
Expand Down

0 comments on commit 2250044

Please sign in to comment.