chore(): disable broken refresher tests

This commit is contained in:
Liam DeBeasi
2022-04-04 20:23:36 +00:00
parent 1f3f9b0df7
commit 033b3dbe7a

View File

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