@@ -4,27 +4,39 @@ export const skippedTests = {
44 Map : [ 'ProvidersAndTypes' , 'Markers' , 'Routes' ] ,
55
66 // Remote WidgetsGalleryDataService is unstable
7- DataGrid : [ 'RemoteGrouping' , 'RemoteVirtualScrolling' , 'CustomDataSource' ] ,
7+ DataGrid : [ 'RemoteGrouping' , 'RemoteVirtualScrolling' , 'CustomDataSource' , 'AIColumns' ] ,
8+
9+ // AI answers are not stable
10+ TreeList : [ 'AIColumns' ] ,
811 } ,
912 Angular : {
1013 // WebGL initialization error at the provider. There is no point in adding a mask
1114 Map : [ 'ProvidersAndTypes' , 'Markers' , 'Routes' ] ,
1215
1316 // Remote WidgetsGalleryDataService is unstable
14- DataGrid : [ 'RemoteGrouping' , 'RemoteVirtualScrolling' , 'CustomDataSource' ] ,
17+ DataGrid : [ 'RemoteGrouping' , 'RemoteVirtualScrolling' , 'CustomDataSource' , 'AIColumns' ] ,
18+
19+ // AI answers are not stable
20+ TreeList : [ 'AIColumns' ] ,
1521 } ,
1622 React : {
1723 // WebGL initialization error at the provider. There is no point in adding a mask
1824 Map : [ 'ProvidersAndTypes' , 'Markers' , 'Routes' ] ,
1925
2026 // Remote WidgetsGalleryDataService is unstable
21- DataGrid : [ 'RemoteGrouping' , 'RemoteVirtualScrolling' , 'CustomDataSource' ] ,
27+ DataGrid : [ 'RemoteGrouping' , 'RemoteVirtualScrolling' , 'CustomDataSource' , 'AIColumns' ] ,
28+
29+ // AI answers are not stable
30+ TreeList : [ 'AIColumns' ] ,
2231 } ,
2332 Vue : {
2433 // WebGL initialization error at the provider. There is no point in adding a mask
2534 Map : [ 'ProvidersAndTypes' , 'Markers' , 'Routes' ] ,
2635
2736 // Remote WidgetsGalleryDataService is unstable
28- DataGrid : [ 'RemoteGrouping' , 'RemoteVirtualScrolling' , 'CustomDataSource' ] ,
37+ DataGrid : [ 'RemoteGrouping' , 'RemoteVirtualScrolling' , 'CustomDataSource' , 'AIColumns' ] ,
38+
39+ // AI answers are not stable
40+ TreeList : [ 'AIColumns' ] ,
2941 } ,
3042} ;
0 commit comments