Skip to content

Commit 56319b2

Browse files
committed
skip
1 parent 8e96d49 commit 56319b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • e2e/testcafe-devextreme/tests/scheduler/common/virtualScrolling

e2e/testcafe-devextreme/tests/scheduler/common/virtualScrolling/appointments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { scrollToDate } from '../../helpers/utils';
99
fixture.disablePageReloads`Scheduler: Virtual Scrolling`
1010
.page(url(__dirname, '../../../container.html'));
1111

12-
test('Appointment should not repaint after scrolling if present on viewport', async (t) => {
12+
test.skip('Appointment should not repaint after scrolling if present on viewport', async (t) => {
1313
const scheduler = new Scheduler('#container');
1414
const { element } = scheduler.getAppointment('', 0);
1515

0 commit comments

Comments
 (0)