Skip to content

Commit 5928029

Browse files
update integration test exemptions for 9.0
1 parent 7a393ee commit 5928029

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

tests/integration/skip.ts

-27
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,6 @@ const skip: Record<string, SkippedTest> = {
8484
ba59a3b9a0a2694704b2bf9c6ad4a8cf: {
8585
reason: "example has bad request syntax",
8686
},
87-
"1ceaa211756e2db3d48c6bc4b1a861b0": {
88-
reason: "example has bad URL syntax",
89-
formats: ["python", "javascript"],
90-
},
91-
"2afdf0d83724953aa2875b5fb37d60cc": {
92-
reason: "endpoint URL is not in the spec",
93-
formats: ["python"],
94-
},
9587
"50096ee0ca53fe8a88450ebb2a50f285": {
9688
reason: "example references a non-existant `delimiter` query attribute",
9789
formats: ["python"],
@@ -157,14 +149,6 @@ const skip: Record<string, SkippedTest> = {
157149
reason: "example uses invalid URL",
158150
formats: ["python", "javascript"],
159151
},
160-
ba10b644a4e9a2e7d78744ca607355d0: {
161-
reason: "example uses undefined `data_stream_name` attribute",
162-
formats: ["python", "javascript"],
163-
},
164-
"1b3762712c14a19e8c2956b4f530d327": {
165-
reason: "example uses undefined `settings` attribute",
166-
formats: ["python", "javascript"],
167-
},
168152
e9ae959608d128202921b174f4faa7a8: {
169153
reason: "invalid request syntax",
170154
},
@@ -195,10 +179,6 @@ const skip: Record<string, SkippedTest> = {
195179
reason: "example uses undefined `keep_alive` attribute",
196180
formats: ["python"],
197181
},
198-
"405511f7c1f12cc0a227b4563fe7b2e2": {
199-
reason: "example uses unknown URL",
200-
formats: ["python"],
201-
},
202182
"6539a04aac4d43e6ce4a769fe8cdf2d8": {
203183
reason: "example uses unknown URL",
204184
},
@@ -372,13 +352,6 @@ const skip: Record<string, SkippedTest> = {
372352
reason: "test uses unknown `adaptive_allocations` attribute",
373353
formats: ["python", "javascript"],
374354
},
375-
"7f2d511cb64743c006225e5933a14bb4": {
376-
reason: "test uses unknown `remote_indices` attribute",
377-
formats: ["python", "javascript"],
378-
},
379-
"31bc93e429ad0de11dd2dd231e8f2c5e": {
380-
reason: "example uses unknown URL",
381-
},
382355
};
383356

384357
export function shouldBeSkipped(

0 commit comments

Comments
 (0)