Skip to content

Commit 3a474fa

Browse files
committed
test: skip unstable test
1 parent c87a60f commit 3a474fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/src/pathological-tests.e2e-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ describe('Pathological Tests page', () => {
1010
page.navigateTo();
1111
});
1212

13-
it('should scroll stop scroll animation when interruption event occurs', () => {
13+
xit('should scroll stop scroll animation when interruption event occurs', () => {
1414
page.getScrollTargetVerticalPosition().then((headingLocation: number) => {
1515
page.getScrollPos().then((initialPos: number) => {
1616
expect(initialPos).toEqual(0);

0 commit comments

Comments
 (0)