@@ -16,10 +16,6 @@ const skip: Record<string, SkippedTest> = {
16
16
reason : "example references a non-existent `lazy` query attribute" ,
17
17
formats : [ "python" ] ,
18
18
} ,
19
- "96ea0e80323d6d2d99964625c004a44d" : {
20
- reason : "example references a non-existant `enabled` body attribute" ,
21
- formats : [ "python" , "javascript" ] ,
22
- } ,
23
19
d0c03847106d23ad632ceb624d647c37 : {
24
20
reason : "example has invalid body" ,
25
21
} ,
@@ -344,13 +340,20 @@ const skip: Record<string, SkippedTest> = {
344
340
"test uses username in path, but client sends it in the body as well, which is valid" ,
345
341
formats : [ "javascript" ] ,
346
342
} ,
347
- "4982c547be1ad9455ae836990aea92c5" : {
348
- reason : "test uses unknown `adaptive_allocations` attribute" ,
349
- formats : [ "python" , "javascript" ] ,
343
+ "31bc93e429ad0de11dd2dd231e8f2c5e" : {
344
+ reason : "endpoint does not exist in schema" ,
350
345
} ,
351
- dfce1be1d035aff0b8fdf4a8839f7795 : {
352
- reason : "test uses unknown `adaptive_allocations` attribute" ,
353
- formats : [ "python" , "javascript" ] ,
346
+ "3f1fe5f5f99b98d0891f38003e10b636" : {
347
+ reason : "test uses `wait_for_completion_timeout` nonexistant argument" ,
348
+ formats : [ "javascript" , "python" ] ,
349
+ } ,
350
+ "2a1eece9a59ac1773edcf0a932c26de0" : {
351
+ reason : "test uses `token` nonexistant argument" ,
352
+ formats : [ "javascript" , "python" ] ,
353
+ } ,
354
+ ccc613951c61f0b17e1ed8a2d3ae54a2 : {
355
+ reason : "test uses `index_template_substitutions` nonexistant argument" ,
356
+ formats : [ "javascript" , "python" ] ,
354
357
} ,
355
358
} ;
356
359
0 commit comments