Skip to content

Commit 3ec973d

Browse files
integration test updates
1 parent 825403d commit 3ec973d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/integration/skip.ts

+4
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,10 @@ const skip: Record<string, SkippedTest> = {
355355
reason: "test uses `index_template_substitutions` nonexistant argument",
356356
formats: ["javascript", "python"],
357357
},
358+
"4b91ad7c9b44e07db4a4e81390f19ad3": {
359+
reason: "test uses `stream_inference` which Python does not implement",
360+
formats: ["python"],
361+
},
358362
};
359363

360364
export function shouldBeSkipped(

0 commit comments

Comments
 (0)