From 033b3dbe7a11a8f128976b97b51e0954738c8e11 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Mon, 4 Apr 2022 20:23:36 +0000 Subject: [PATCH] chore(): disable broken refresher tests --- core/src/components/refresher/test/scroll-target/e2e.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/src/components/refresher/test/scroll-target/e2e.ts b/core/src/components/refresher/test/scroll-target/e2e.ts index 7588e4cb4b..1920e75924 100644 --- a/core/src/components/refresher/test/scroll-target/e2e.ts +++ b/core/src/components/refresher/test/scroll-target/e2e.ts @@ -3,7 +3,8 @@ import { newE2EPage } from '@stencil/core/testing'; import { pullToRefresh } from '../test.utils'; -describe('refresher: custom scroll target', () => { +// TODO(FW-1134) Re-write these tests so that they test correct functionality. +describe.skip('refresher: custom scroll target', () => { let page: E2EPage; beforeEach(async () => {