Skip to content

Commit 502f96e

Browse files
integration test updates
1 parent 5233823 commit 502f96e

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

tests/integration/skip.ts

+20-3
Original file line numberDiff line numberDiff line change
@@ -340,9 +340,6 @@ const skip: Record<string, SkippedTest> = {
340340
"test uses username in path, but client sends it in the body as well, which is valid",
341341
formats: ["javascript"],
342342
},
343-
"31bc93e429ad0de11dd2dd231e8f2c5e": {
344-
reason: "endpoint does not exist in schema",
345-
},
346343
"3f1fe5f5f99b98d0891f38003e10b636": {
347344
reason: "test uses `wait_for_completion_timeout` nonexistant argument",
348345
formats: ["javascript", "python"],
@@ -355,6 +352,26 @@ const skip: Record<string, SkippedTest> = {
355352
reason: "test uses `index_template_substitutions` nonexistant argument",
356353
formats: ["javascript", "python"],
357354
},
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+
},
358375
};
359376

360377
export function shouldBeSkipped(

0 commit comments

Comments
 (0)