Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 16 additions & 4 deletions apps/demos/testing/skipped-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,39 @@ export const skippedTests = {
Map: ['ProvidersAndTypes', 'Markers', 'Routes'],

// Remote WidgetsGalleryDataService is unstable
DataGrid: ['RemoteGrouping', 'RemoteVirtualScrolling', 'CustomDataSource'],
DataGrid: ['RemoteGrouping', 'RemoteVirtualScrolling', 'CustomDataSource', 'AIColumns'],
Comment on lines 6 to +7

// AI answers are not stable
TreeList: ['AIColumns'],
},
Angular: {
// WebGL initialization error at the provider. There is no point in adding a mask
Map: ['ProvidersAndTypes', 'Markers', 'Routes'],

// Remote WidgetsGalleryDataService is unstable
DataGrid: ['RemoteGrouping', 'RemoteVirtualScrolling', 'CustomDataSource'],
DataGrid: ['RemoteGrouping', 'RemoteVirtualScrolling', 'CustomDataSource', 'AIColumns'],
Comment on lines 16 to +17

// AI answers are not stable
TreeList: ['AIColumns'],
},
React: {
// WebGL initialization error at the provider. There is no point in adding a mask
Map: ['ProvidersAndTypes', 'Markers', 'Routes'],

// Remote WidgetsGalleryDataService is unstable
DataGrid: ['RemoteGrouping', 'RemoteVirtualScrolling', 'CustomDataSource'],
DataGrid: ['RemoteGrouping', 'RemoteVirtualScrolling', 'CustomDataSource', 'AIColumns'],
Comment on lines 26 to +27

// AI answers are not stable
TreeList: ['AIColumns'],
},
Vue: {
// WebGL initialization error at the provider. There is no point in adding a mask
Map: ['ProvidersAndTypes', 'Markers', 'Routes'],

// Remote WidgetsGalleryDataService is unstable
DataGrid: ['RemoteGrouping', 'RemoteVirtualScrolling', 'CustomDataSource'],
DataGrid: ['RemoteGrouping', 'RemoteVirtualScrolling', 'CustomDataSource', 'AIColumns'],
Comment on lines 36 to +37

// AI answers are not stable
TreeList: ['AIColumns'],
},
};
Loading