Skip to content

Commit

Permalink
Merge pull request #26556 from storybookjs/yann/flaky-tag-e2e-tags
Browse files Browse the repository at this point in the history
Build: Add flaky tag to e2e test
  • Loading branch information
yannbf authored Mar 18, 2024
2 parents 7d282b2 + e4a9a41 commit 409057a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/e2e-tests/tags.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ test.describe('tags', () => {
await new SbPage(page).waitUntilLoaded();
});

test('should correctly filter dev-only, docs-only, test-only stories', async ({ page }) => {
test('@flaky: should correctly filter dev-only, docs-only, test-only stories', async ({
page,
}) => {
const sbPage = new SbPage(page);

await sbPage.navigateToStory('lib/preview-api/tags', 'docs');
Expand Down

0 comments on commit 409057a

Please sign in to comment.