You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix SearchServiceTests not waiting for scroll clear (#111547)
We were not waiting on the response here but assume the scrolls are cleared
in the following lines. This worked as long as the transport action wasn't forking but is broken now
that we fork to generic. Fixed by just waiting.
closes#111529
0 commit comments