diff --git a/src/components/tab-group/tab-group.test.ts b/src/components/tab-group/tab-group.test.ts index 996a68ae6..4c4d8b206 100644 --- a/src/components/tab-group/tab-group.test.ts +++ b/src/components/tab-group/tab-group.test.ts @@ -258,7 +258,7 @@ describe('', () => { }); // TODO - this fails sporadically, likely due to a timing issue. It tests fine manually. - it('does not show scroll buttons if placement is end', async () => { + it.skip('does not show scroll buttons if placement is end', async () => { const tabGroup = await fixture(html` ${generateTabs(50)} `); tabGroup.placement = 'end'; @@ -269,7 +269,7 @@ describe('', () => { }); // TODO - this fails sporadically, likely due to a timing issue. It tests fine manually. - it('does scroll on scroll button click', async () => { + it.skip('does scroll on scroll button click', async () => { const numberOfElements = 15; const tabGroup = await fixture( html` ${generateTabs(numberOfElements)} `