Skip to content

Commit 3da36cf

Browse files
skip BatchUpdateRequest test
1 parent 7d84cb7 commit 3da36cf

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
export const skippedTests = {
22
jQuery: {
3+
DataGrid: ['SignalRService', 'BatchUpdateRequest'],
34
Map: ['ProvidersAndTypes', 'Markers', 'Routes'],
45
},
56
Angular: {
67
Common: ['PopupAndNotificationsOverview'],
7-
DataGrid: ['SignalRService'],
8+
DataGrid: ['SignalRService', 'BatchUpdateRequest'],
89
Scheduler: ['Templates'],
910
Map: ['ProvidersAndTypes', 'Markers', 'Routes'],
1011
},
1112
React: {
12-
DataGrid: ['SignalRService'],
13+
DataGrid: ['SignalRService', 'BatchUpdateRequest'],
1314
// NOTE: 'GroupByDate' demo has problems with rendering
1415
Scheduler: ['GroupByDate', 'Templates'],
1516
Map: ['ProvidersAndTypes', 'Markers', 'Routes'],
1617
},
1718
Vue: {
1819
Common: ['PopupAndNotificationsOverview'],
1920
Scheduler: ['Templates'],
20-
DataGrid: ['SignalRService'],
21+
DataGrid: ['SignalRService', 'BatchUpdateRequest'],
2122
Map: ['ProvidersAndTypes', 'Markers', 'Routes'],
2223
},
2324
};

0 commit comments

Comments
 (0)