Skip to content

Commit c76bae8

Browse files
updated test exemptions for 8.16
1 parent be1cec4 commit c76bae8

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

tests/integration/skip.ts

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ type SkippedTest = {
66
const skip: Record<string, SkippedTest> = {
77
fd7eeadab6251d9113c4380a7fbe2572: {
88
reason: "example references a non-existant `remote_indices` body attribute",
9-
formats: ["python", "javascript"],
9+
formats: ["python"],
1010
},
1111
d69bd36335774c8ae1286cee21310241: {
1212
reason: "example references a non-existant `remote_indices` body attribute",
13-
formats: ["python", "javascript"],
13+
formats: ["python"],
1414
},
1515
"0b8fa90bc9aeeadb420ad785bd0b9953": {
1616
reason: "example references a non-existant `remote_indices` body attribute",
@@ -282,7 +282,7 @@ const skip: Record<string, SkippedTest> = {
282282
},
283283
"4b113c7f475cfe484a150ddbb8e6c5c7": {
284284
reason: "example references a non-existant `remote_indices` body attribute",
285-
formats: ["python", "javascript"],
285+
formats: ["python"],
286286
},
287287
"174b93c323aa8e9cc8ee2a3df5736810": {
288288
reason: "example uses unknown URL",
@@ -477,13 +477,9 @@ const skip: Record<string, SkippedTest> = {
477477
reason: "test uses unknown `adaptive_allocations` attribute",
478478
formats: ["python", "javascript"],
479479
},
480-
"39ce44333d28ed2b833722d3e3cb06f3": {
481-
reason: "test uses unknown `include_named_queries_score` query attribute",
482-
formats: ["python"],
483-
},
484480
"7f2d511cb64743c006225e5933a14bb4": {
485481
reason: "test uses unknown `remote_indices` attribute",
486-
formats: ["python"],
482+
formats: ["python", "javascript"],
487483
},
488484
};
489485

0 commit comments

Comments
 (0)