@@ -6,11 +6,11 @@ type SkippedTest = {
66const 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