Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 51702c7

Browse files
committed
test(template): disable flacky repositions items spec
1 parent 81fde18 commit 51702c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/template/experimental/virtual-scrolling/tests/autosize.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ describe('rendering, scrolling & positioning', () => {
274274
});
275275
});
276276

277-
it('repositions items when size changes', () => {
277+
xit('repositions items when size changes', () => {
278278
mountAutoSize().then(({ component }) => {
279279
const items = component.items as Item[];
280280
const range = expectedRange(component, items, 0);

0 commit comments

Comments
 (0)