@@ -67,8 +67,8 @@ afterAll(() => {
6767
6868describe . each ( [
6969 { client : masterClient , permission : 'Master' } ,
70- { client : privateClient , permission : 'Private' } , // Skipped until search fixed
71- { client : publicClient , permission : 'Public' } , // Skipped until search fixed
70+ { client : privateClient , permission : 'Private' } ,
71+ { client : publicClient , permission : 'Public' } ,
7272] ) ( 'Test on search' , ( { client, permission } ) => {
7373 describe . each ( [
7474 { method : 'POST' as Types . Methods , permission, client } ,
@@ -438,7 +438,7 @@ describe.each([
438438 } )
439439 } )
440440
441- test . skip ( `${ permission } key: ${ method } search with multiple filter and undefined query (placeholder)` , async ( ) => {
441+ test ( `${ permission } key: ${ method } search with multiple filter and undefined query (placeholder)` , async ( ) => {
442442 await client
443443 . index ( index . uid )
444444 . search (
@@ -457,7 +457,7 @@ describe.each([
457457 } )
458458 } )
459459
460- test . skip ( `${ permission } key: ${ method } search with multiple filter and null query (placeholder)` , async ( ) => {
460+ test ( `${ permission } key: ${ method } search with multiple filter and null query (placeholder)` , async ( ) => {
461461 await client
462462 . index ( index . uid )
463463 . search (
@@ -477,7 +477,7 @@ describe.each([
477477 } )
478478 } )
479479
480- test . skip ( `${ permission } key: ${ method } search with multiple filter and empty string query (placeholder)` , async ( ) => {
480+ test ( `${ permission } key: ${ method } search with multiple filter and empty string query (placeholder)` , async ( ) => {
481481 await client
482482 . index ( index . uid )
483483 . search (
0 commit comments