Skip to content

Commit 4bff1b9

Browse files
committed
Demos: skip tests due to api method headers (25_2)
1 parent dccbb51 commit 4bff1b9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

apps/demos/testing/skipped-tests.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
export const skippedTests = {
22
jQuery: {
33
Map: ['ProvidersAndTypes', 'Markers', 'Routes'],
4+
DataGrid: ['EditStateManagement'],
45
},
56
Angular: {
67
Common: ['PopupAndNotificationsOverview'],
7-
DataGrid: ['SignalRService', 'MultipleRecordSelectionModes', 'RemoteCRUDOperations'],
8+
DataGrid: ['SignalRService', 'MultipleRecordSelectionModes', 'RemoteCRUDOperations', 'EditStateManagement'],
89
Scheduler: ['Templates'],
910
Map: ['ProvidersAndTypes', 'Markers', 'Routes'],
1011
Gantt: ['TaskTemplate', 'Validation'],
1112
},
1213
React: {
13-
DataGrid: ['Toolbar', 'SignalRService', 'MultipleRecordSelectionModes'],
14+
DataGrid: ['Toolbar', 'SignalRService', 'MultipleRecordSelectionModes', 'EditStateManagement'],
1415
// NOTE: 'GroupByDate' demo has problems with rendering
1516
Scheduler: ['GroupByDate', 'Templates'],
1617
Map: ['ProvidersAndTypes', 'Markers', 'Routes'],
@@ -20,7 +21,7 @@ export const skippedTests = {
2021
Common: ['PopupAndNotificationsOverview'],
2122
Charts: ['PointsAggregation'],
2223
Scheduler: ['Templates'],
23-
DataGrid: ['SignalRService', 'MultipleRecordSelectionModes'],
24+
DataGrid: ['SignalRService', 'MultipleRecordSelectionModes', 'EditStateManagement'],
2425
Map: ['ProvidersAndTypes', 'Markers', 'Routes'],
2526
Gantt: ['Validation'],
2627
},

0 commit comments

Comments
 (0)