@@ -65,6 +65,9 @@ const getTestSpecificSkipRules = (testName) => {
65
65
66
66
const SKIPPED_TESTS = {
67
67
jQuery : {
68
+ Chat : [
69
+ { demo : 'AIAndChatbotIntegration' , themes : [ THEME . material ] } ,
70
+ ] ,
68
71
Charts : [
69
72
{ demo : 'ServerSideDataProcessing' , themes : [ THEME . material ] } ,
70
73
] ,
@@ -80,6 +83,9 @@ const SKIPPED_TESTS = {
80
83
] ,
81
84
} ,
82
85
Angular : {
86
+ Chat : [
87
+ { demo : 'AIAndChatbotIntegration' , themes : [ THEME . material ] } ,
88
+ ] ,
83
89
DataGrid : [
84
90
{ demo : 'EditStateManagement' , themes : [ THEME . generic ] } ,
85
91
{ demo : 'MultipleRecordSelectionModes' , themes : [ THEME . fluent ] } ,
@@ -167,6 +173,9 @@ const SKIPPED_TESTS = {
167
173
] ,
168
174
} ,
169
175
React : {
176
+ Chat : [
177
+ { demo : 'AIAndChatbotIntegration' , themes : [ THEME . material ] } ,
178
+ ] ,
170
179
Charts : [
171
180
{ demo : 'PiesWithEqualSize' , themes : [ THEME . material ] } ,
172
181
{ demo : 'CustomAnnotations' , themes : [ THEME . material ] } ,
@@ -245,6 +254,9 @@ const SKIPPED_TESTS = {
245
254
Accordion : [
246
255
{ demo : 'Overview' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
247
256
] ,
257
+ Chat : [
258
+ { demo : 'AIAndChatbotIntegration' , themes : [ THEME . material ] } ,
259
+ ] ,
248
260
Charts : [
249
261
{ demo : 'TilingAlgorithms' , themes : [ THEME . material ] } ,
250
262
{ demo : 'ExportAndPrintingAPI' , themes : [ THEME . material ] } ,
0 commit comments