Fixing unit test after last rebase + lint

This commit is contained in:
Vito Albano
2024-04-10 02:02:09 +01:00
committed by VitoAlbano
parent c56aff3aea
commit cac3df3be5
3 changed files with 7 additions and 7 deletions

View File

@@ -124,7 +124,7 @@ describe('InfiniteScrollDatasource', () => {
});
// Disabling this test as it's flaky (fails 3 out of 4 on CI)
//eslint-disable-next-line
it('should load next batch when user scrolls towards the end of the list', fakeAsync(() => {
xit('should load next batch when user scrolls towards the end of the list', fakeAsync(() => {
fixture.autoDetectChanges();
const stable = fixture.whenStable();
const renderingDone = fixture.whenRenderingDone();