Skip to content

Commit 907506b

Browse files
test(fab): skip flaky custom size test (#30463)
Co-authored-by: Brandy Smith <[email protected]>
1 parent 2df6d2c commit 907506b

File tree

1 file changed

+2
-1
lines changed
  • core/src/components/fab/test/custom-size

1 file changed

+2
-1
lines changed

core/src/components/fab/test/custom-size/fab.e2e.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ import { configs, test, Viewports } from '@utils/test/playwright';
66
*/
77
configs({ modes: ['ios'] }).forEach(({ title, config, screenshot }) => {
88
test.describe(title('fab: custom size'), () => {
9-
test('should position fabs correctly with custom sizes', async ({ page }) => {
9+
// TODO(FW-6587): Remove skip once the flaky test is fixed
10+
test.skip('should position fabs correctly with custom sizes', async ({ page }) => {
1011
await page.goto(`/src/components/fab/test/custom-size`, config);
1112

1213
await page.setViewportSize(Viewports.tablet.landscape);

0 commit comments

Comments
 (0)