@@ -84,14 +84,6 @@ const skip: Record<string, SkippedTest> = {
84
84
ba59a3b9a0a2694704b2bf9c6ad4a8cf : {
85
85
reason : "example has bad request syntax" ,
86
86
} ,
87
- "1ceaa211756e2db3d48c6bc4b1a861b0" : {
88
- reason : "example has bad URL syntax" ,
89
- formats : [ "python" , "javascript" ] ,
90
- } ,
91
- "2afdf0d83724953aa2875b5fb37d60cc" : {
92
- reason : "endpoint URL is not in the spec" ,
93
- formats : [ "python" ] ,
94
- } ,
95
87
"50096ee0ca53fe8a88450ebb2a50f285" : {
96
88
reason : "example references a non-existant `delimiter` query attribute" ,
97
89
formats : [ "python" ] ,
@@ -157,14 +149,6 @@ const skip: Record<string, SkippedTest> = {
157
149
reason : "example uses invalid URL" ,
158
150
formats : [ "python" , "javascript" ] ,
159
151
} ,
160
- ba10b644a4e9a2e7d78744ca607355d0 : {
161
- reason : "example uses undefined `data_stream_name` attribute" ,
162
- formats : [ "python" , "javascript" ] ,
163
- } ,
164
- "1b3762712c14a19e8c2956b4f530d327" : {
165
- reason : "example uses undefined `settings` attribute" ,
166
- formats : [ "python" , "javascript" ] ,
167
- } ,
168
152
e9ae959608d128202921b174f4faa7a8 : {
169
153
reason : "invalid request syntax" ,
170
154
} ,
@@ -195,10 +179,6 @@ const skip: Record<string, SkippedTest> = {
195
179
reason : "example uses undefined `keep_alive` attribute" ,
196
180
formats : [ "python" ] ,
197
181
} ,
198
- "405511f7c1f12cc0a227b4563fe7b2e2" : {
199
- reason : "example uses unknown URL" ,
200
- formats : [ "python" ] ,
201
- } ,
202
182
"6539a04aac4d43e6ce4a769fe8cdf2d8" : {
203
183
reason : "example uses unknown URL" ,
204
184
} ,
@@ -372,10 +352,6 @@ const skip: Record<string, SkippedTest> = {
372
352
reason : "test uses unknown `adaptive_allocations` attribute" ,
373
353
formats : [ "python" , "javascript" ] ,
374
354
} ,
375
- "7f2d511cb64743c006225e5933a14bb4" : {
376
- reason : "test uses unknown `remote_indices` attribute" ,
377
- formats : [ "python" , "javascript" ] ,
378
- } ,
379
355
} ;
380
356
381
357
export function shouldBeSkipped (
0 commit comments