@@ -5,30 +5,26 @@ export const skippedTests = {
55
66 // Remote WidgetsGalleryDataService is unstable
77 DataGrid : [ 'RemoteGrouping' , 'RemoteVirtualScrolling' , 'CustomDataSource' ] ,
8- PivotGrid : [ 'WebAPIService' ] ,
98 } ,
109 Angular : {
1110 // WebGL initialization error at the provider. There is no point in adding a mask
1211 Map : [ 'ProvidersAndTypes' , 'Markers' , 'Routes' ] ,
1312
1413 // Remote WidgetsGalleryDataService is unstable
1514 DataGrid : [ 'RemoteGrouping' , 'RemoteVirtualScrolling' , 'CustomDataSource' ] ,
16- PivotGrid : [ 'WebAPIService' ] ,
1715 } ,
1816 React : {
1917 // WebGL initialization error at the provider. There is no point in adding a mask
2018 Map : [ 'ProvidersAndTypes' , 'Markers' , 'Routes' ] ,
2119
2220 // Remote WidgetsGalleryDataService is unstable
2321 DataGrid : [ 'RemoteGrouping' , 'RemoteVirtualScrolling' , 'CustomDataSource' ] ,
24- PivotGrid : [ 'WebAPIService' ] ,
2522 } ,
2623 Vue : {
2724 // WebGL initialization error at the provider. There is no point in adding a mask
2825 Map : [ 'ProvidersAndTypes' , 'Markers' , 'Routes' ] ,
2926
3027 // Remote WidgetsGalleryDataService is unstable
3128 DataGrid : [ 'RemoteGrouping' , 'RemoteVirtualScrolling' , 'CustomDataSource' ] ,
32- PivotGrid : [ 'WebAPIService' ] ,
3329 } ,
3430} ;
0 commit comments