Skip to content

Commit 8c18088

Browse files
authored
Skip unstable demo tests (#34077)
1 parent 4eef79d commit 8c18088

1 file changed

Lines changed: 47 additions & 2 deletions

File tree

Lines changed: 47 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,64 @@
11
export const skippedTests = {
22
jQuery: {
33
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'],
515
},
616
Angular: {
717
Common: ['PopupAndNotificationsOverview'],
818
DataGrid: ['SignalRService'],
919
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'],
1032
},
1133
React: {
1234
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'],
1347
},
1448
Vue: {
1549
Common: ['PopupAndNotificationsOverview'],
16-
DataGrid: ['SignalRService'],
1750
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'],
1863
},
1964
};

0 commit comments

Comments
 (0)