Skip to content

Commit f8fa936

Browse files
Demos: skip tests due to api method headers (#32031)
1 parent dccbb51 commit f8fa936

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/demos/utils/visual-tests/matrix-test-helper.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,12 +209,12 @@ export function shouldRunTestAtIndex(testIndex) {
209209

210210
const SKIPPED_TESTS = {
211211
jQuery: {
212-
DataGrid: ['RemoteGrouping'],
212+
DataGrid: ['RemoteGrouping', 'EditStateManagement'],
213213
},
214214
Angular: {
215215
Charts: ['Crosshair'],
216216
Common: ['PopupAndNotificationsOverview'],
217-
DataGrid: ['EditStateManagement', 'Toolbar', 'RemoteGrouping'],
217+
DataGrid: ['EditStateManagement', 'Toolbar', 'RemoteGrouping', 'EditStateManagement'],
218218
Scheduler: ['ContextMenu'],
219219
FileUploader: ['CustomDropzone'],
220220
},
@@ -223,14 +223,14 @@ const SKIPPED_TESTS = {
223223
Common: ['PopupAndNotificationsOverview'],
224224
// NOTE: Context menu item position is different across themes
225225
Scheduler: ['ContextMenu'],
226-
DataGrid: ['EditStateManagement', 'Toolbar', 'RemoteGrouping'],
226+
DataGrid: ['EditStateManagement', 'Toolbar', 'RemoteGrouping', 'EditStateManagement'],
227227
FileUploader: ['CustomDropzone']
228228
},
229229
React: {
230230
Charts: ['Crosshair'],
231231
Common: ['PopupAndNotificationsOverview'],
232232
Scheduler: ['ContextMenu'],
233-
DataGrid: ['EditStateManagement', 'Toolbar', 'RemoteGrouping'],
233+
DataGrid: ['EditStateManagement', 'Toolbar', 'RemoteGrouping', 'EditStateManagement'],
234234
FileUploader: ['CustomDropzone']
235235
},
236236
};

0 commit comments

Comments
 (0)