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 () => {