|
1 | 1 | export const skippedTests = { |
2 | 2 | jQuery: { |
| 3 | + DataGrid: ['SignalRService', 'BatchUpdateRequest'], |
3 | 4 | Map: ['ProvidersAndTypes', 'Markers', 'Routes'], |
4 | 5 | }, |
5 | 6 | Angular: { |
6 | 7 | Common: ['PopupAndNotificationsOverview'], |
7 | | - DataGrid: ['SignalRService'], |
| 8 | + DataGrid: ['SignalRService', 'BatchUpdateRequest'], |
8 | 9 | Scheduler: ['Templates'], |
9 | 10 | Map: ['ProvidersAndTypes', 'Markers', 'Routes'], |
10 | 11 | }, |
11 | 12 | React: { |
12 | | - DataGrid: ['SignalRService'], |
| 13 | + DataGrid: ['SignalRService', 'BatchUpdateRequest'], |
13 | 14 | // NOTE: 'GroupByDate' demo has problems with rendering |
14 | 15 | Scheduler: ['GroupByDate', 'Templates'], |
15 | 16 | Map: ['ProvidersAndTypes', 'Markers', 'Routes'], |
16 | 17 | }, |
17 | 18 | Vue: { |
18 | 19 | Common: ['PopupAndNotificationsOverview'], |
19 | 20 | Scheduler: ['Templates'], |
20 | | - DataGrid: ['SignalRService'], |
| 21 | + DataGrid: ['SignalRService', 'BatchUpdateRequest'], |
21 | 22 | Map: ['ProvidersAndTypes', 'Markers', 'Routes'], |
22 | 23 | }, |
23 | 24 | }; |
0 commit comments