From a971173a539cbbe1cefed8e00127a7dc56829bf5 Mon Sep 17 00:00:00 2001 From: Raushen Date: Fri, 19 Jun 2026 11:45:30 +0300 Subject: [PATCH] Skip tests --- apps/demos/testing/skipped-tests.js | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/apps/demos/testing/skipped-tests.js b/apps/demos/testing/skipped-tests.js index 51209377c73e..87ca5003503b 100644 --- a/apps/demos/testing/skipped-tests.js +++ b/apps/demos/testing/skipped-tests.js @@ -4,27 +4,39 @@ export const skippedTests = { Map: ['ProvidersAndTypes', 'Markers', 'Routes'], // Remote WidgetsGalleryDataService is unstable - DataGrid: ['RemoteGrouping', 'RemoteVirtualScrolling', 'CustomDataSource'], + DataGrid: ['RemoteGrouping', 'RemoteVirtualScrolling', 'CustomDataSource', 'AIColumns'], + + // 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'], + + // 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'], + + // 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'], + + // AI answers are not stable + TreeList: ['AIColumns'], }, };