|
1 | 1 | export const skippedTests = { |
2 | 2 | jQuery: { |
3 | 3 | Map: ['ProvidersAndTypes', 'Markers', 'Routes'], |
4 | | - DataGrid: ['RemoteVirtualScrolling', 'CustomDataSource'], |
| 4 | + |
| 5 | + // Remote WidgetsGalleryDataService is unstable |
| 6 | + DataGrid: [ |
| 7 | + 'RemoteGrouping', |
| 8 | + 'RemoteVirtualScrolling', |
| 9 | + 'CustomDataSource', |
| 10 | + 'AIColumns' |
| 11 | + ], |
| 12 | + |
| 13 | + // AI answers are not stable |
| 14 | + TreeList: ['AIColumns'], |
5 | 15 | }, |
6 | 16 | Angular: { |
7 | 17 | Common: ['PopupAndNotificationsOverview'], |
8 | 18 | DataGrid: ['SignalRService'], |
9 | 19 | Map: ['ProvidersAndTypes', 'Markers', 'Routes'], |
| 20 | + |
| 21 | + // Remote WidgetsGalleryDataService is unstable |
| 22 | + DataGrid: [ |
| 23 | + 'SignalRService', |
| 24 | + 'RemoteGrouping', |
| 25 | + 'RemoteVirtualScrolling', |
| 26 | + 'CustomDataSource', |
| 27 | + 'AIColumns' |
| 28 | + ], |
| 29 | + |
| 30 | + // AI answers are not stable |
| 31 | + TreeList: ['AIColumns'], |
10 | 32 | }, |
11 | 33 | React: { |
12 | 34 | Map: ['ProvidersAndTypes', 'Markers', 'Routes'], |
| 35 | + |
| 36 | + // Remote WidgetsGalleryDataService is unstable |
| 37 | + DataGrid: [ |
| 38 | + 'SignalRService', |
| 39 | + 'RemoteGrouping', |
| 40 | + 'RemoteVirtualScrolling', |
| 41 | + 'CustomDataSource', |
| 42 | + 'AIColumns' |
| 43 | + ], |
| 44 | + |
| 45 | + // AI answers are not stable |
| 46 | + TreeList: ['AIColumns'], |
13 | 47 | }, |
14 | 48 | Vue: { |
15 | 49 | Common: ['PopupAndNotificationsOverview'], |
16 | | - DataGrid: ['SignalRService'], |
17 | 50 | Map: ['ProvidersAndTypes', 'Markers', 'Routes'], |
| 51 | + |
| 52 | + // Remote WidgetsGalleryDataService is unstable |
| 53 | + DataGrid: [ |
| 54 | + 'SignalRService', |
| 55 | + 'RemoteGrouping', |
| 56 | + 'RemoteVirtualScrolling', |
| 57 | + 'CustomDataSource', |
| 58 | + 'AIColumns' |
| 59 | + ], |
| 60 | + |
| 61 | + // AI answers are not stable |
| 62 | + TreeList: ['AIColumns'], |
18 | 63 | }, |
19 | 64 | }; |
0 commit comments