Skip to content

Commit ec1e387

Browse files
integration test updates
1 parent a4c5127 commit ec1e387

File tree

1 file changed

+4
-40
lines changed

1 file changed

+4
-40
lines changed

tests/integration/skip.ts

Lines changed: 4 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ const skip: Record<string, SkippedTest> = {
88
reason: "example references a non-existant `remote_indices` body attribute",
99
formats: ["python", "javascript"],
1010
},
11-
b24a374c0ad264abbcacb5686f5ed61c: {
12-
reason: "example puts attributes in body, spec says they go in query",
13-
formats: ["python"],
14-
},
15-
"42ba7c1d13aee91fe6f0a8a42c30eb74": {
16-
reason: "example references a non-existent `lazy` query attribute",
17-
formats: ["python"],
18-
},
1911
d0c03847106d23ad632ceb624d647c37: {
2012
reason: "example has invalid body",
2113
},
@@ -155,22 +147,6 @@ const skip: Record<string, SkippedTest> = {
155147
"7c862a20772467e0f5beebbd1b80c4cb": {
156148
reason: "invalid request syntax",
157149
},
158-
"16985e5b17d2da0955a14fbe02e8dfca": {
159-
reason: "client does not implement this endpoint variant",
160-
formats: ["python"],
161-
},
162-
aeaa97939a05f5b2f3f2c43b771f35e3: {
163-
reason: "client does not implement this endpoint variant",
164-
formats: ["python"],
165-
},
166-
a1d0603b24a5b048f0959975d8057534: {
167-
reason: "client does not implement this endpoint variant",
168-
formats: ["python"],
169-
},
170-
b37919cc438b47477343833b4e522408: {
171-
reason: "client does not implement this endpoint variant",
172-
formats: ["python"],
173-
},
174150
f0c3235d8fce641d6ff8ce90ab7b7b8b: {
175151
reason: "example uses undefined `parameters` attribute",
176152
formats: ["python"],
@@ -182,10 +158,6 @@ const skip: Record<string, SkippedTest> = {
182158
"6539a04aac4d43e6ce4a769fe8cdf2d8": {
183159
reason: "example uses unknown URL",
184160
},
185-
af91019991bee136df5460e2fd4ac72a: {
186-
reason: "example uses unknown `lazy` query attribute",
187-
formats: ["python"],
188-
},
189161
"0a46cc8fe93e372909660a63dc52ae3b": {
190162
reason: "invalid request syntax",
191163
},
@@ -347,29 +319,21 @@ const skip: Record<string, SkippedTest> = {
347319
"31bc93e429ad0de11dd2dd231e8f2c5e": {
348320
reason: "endpoint does not exist in schema",
349321
},
350-
"3f1fe5f5f99b98d0891f38003e10b636": {
351-
reason: "test uses `wait_for_completion_timeout` nonexistant argument",
352-
formats: ["python"],
353-
},
354-
"2a1eece9a59ac1773edcf0a932c26de0": {
355-
reason: "test uses `token` nonexistant argument",
356-
formats: ["python"],
357-
},
358322
"4b91ad7c9b44e07db4a4e81390f19ad3": {
359323
reason: "test uses `stream_inference` which Python does not implement",
360-
formats: ["python", "php", "ruby"],
324+
formats: ["python"],
361325
},
362326
"120fcf9f55128d6a81d5e87a9c235bbd": {
363327
reason: "test uses `stream_inference` which Python does not implement",
364-
formats: ["python", "php", "ruby"],
328+
formats: ["python"],
365329
},
366330
"82bb6c61dab959f4446dc5ecab7ecbdf": {
367331
reason: "test uses `stream_inference` which Python does not implement",
368-
formats: ["python", "php", "ruby"],
332+
formats: ["python"],
369333
},
370334
"45954b8aaedfed57012be8b6538b0a24": {
371335
reason: "test uses `stream_inference` which Python does not implement",
372-
formats: ["python", "php", "ruby"],
336+
formats: ["python"],
373337
},
374338
"114d470e752efa9672ca68d7290fada8": {
375339
reason: "the client does not implement this endpoint variant",

0 commit comments

Comments
 (0)