@@ -92,9 +92,6 @@ const skip: Record<string, SkippedTest> = {
92
92
reason : "endpoint URL is not in the spec" ,
93
93
formats : [ "python" ] ,
94
94
} ,
95
- "67b71a95b6fe6c83faae51ea038a1bf1" : {
96
- reason : "endpoint URL is not in the spec" ,
97
- } ,
98
95
"50096ee0ca53fe8a88450ebb2a50f285" : {
99
96
reason : "example references a non-existant `delimiter` query attribute" ,
100
97
formats : [ "python" ] ,
@@ -205,9 +202,6 @@ const skip: Record<string, SkippedTest> = {
205
202
"6539a04aac4d43e6ce4a769fe8cdf2d8" : {
206
203
reason : "example uses unknown URL" ,
207
204
} ,
208
- "615dc36f0978c676624fb7d1144b4899" : {
209
- reason : "example uses unknown URL" ,
210
- } ,
211
205
af91019991bee136df5460e2fd4ac72a : {
212
206
reason : "example uses unknown `lazy` query attribute" ,
213
207
formats : [ "python" ] ,
@@ -232,9 +226,6 @@ const skip: Record<string, SkippedTest> = {
232
226
"2d633b7f346b828d01f923ce9dbf6ad5" : {
233
227
reason : "invalid request syntax" ,
234
228
} ,
235
- "174b93c323aa8e9cc8ee2a3df5736810" : {
236
- reason : "example uses unknown URL" ,
237
- } ,
238
229
"61a528b86d38c2f17a172326edf6b53b" : {
239
230
reason : "example uses unknown URL" ,
240
231
} ,
@@ -385,6 +376,9 @@ const skip: Record<string, SkippedTest> = {
385
376
reason : "test uses unknown `remote_indices` attribute" ,
386
377
formats : [ "python" , "javascript" ] ,
387
378
} ,
379
+ "31bc93e429ad0de11dd2dd231e8f2c5e" : {
380
+ reason : "example uses unknown URL" ,
381
+ } ,
388
382
} ;
389
383
390
384
export function shouldBeSkipped (
0 commit comments