@@ -340,9 +340,6 @@ const skip: Record<string, SkippedTest> = {
340
340
"test uses username in path, but client sends it in the body as well, which is valid" ,
341
341
formats : [ "javascript" ] ,
342
342
} ,
343
- "31bc93e429ad0de11dd2dd231e8f2c5e" : {
344
- reason : "endpoint does not exist in schema" ,
345
- } ,
346
343
"3f1fe5f5f99b98d0891f38003e10b636" : {
347
344
reason : "test uses `wait_for_completion_timeout` nonexistant argument" ,
348
345
formats : [ "javascript" , "python" ] ,
@@ -355,6 +352,26 @@ const skip: Record<string, SkippedTest> = {
355
352
reason : "test uses `index_template_substitutions` nonexistant argument" ,
356
353
formats : [ "javascript" , "python" ] ,
357
354
} ,
355
+ "120fcf9f55128d6a81d5e87a9c235bbd" : {
356
+ reason : "test uses `stream_inference` which clients do not implement" ,
357
+ formats : [ "python" , "javascript" ] ,
358
+ } ,
359
+ "82bb6c61dab959f4446dc5ecab7ecbdf" : {
360
+ reason : "test uses `stream_inference` which clients do not implement" ,
361
+ formats : [ "python" , "javascript" ] ,
362
+ } ,
363
+ "45954b8aaedfed57012be8b6538b0a24" : {
364
+ reason : "test uses `stream_inference` which clients do not implement" ,
365
+ formats : [ "python" , "javascript" ] ,
366
+ } ,
367
+ "4b91ad7c9b44e07db4a4e81390f19ad3" : {
368
+ reason : "test uses `stream_inference` which clients do not implement" ,
369
+ formats : [ "python" , "javascript" ] ,
370
+ } ,
371
+ "2afd49985950cbcccf727fa858d00067" : {
372
+ reason : "invalid `query` attribute in body" ,
373
+ formats : [ "python" , "javascript" ] ,
374
+ } ,
358
375
} ;
359
376
360
377
export function shouldBeSkipped (
0 commit comments