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
02.basic-querying.test.js tests should run with the usecase where refresh is not enabled.
That is not what happens right now! Because the new default is to have refresh enabled by default in esConnector, until and unless we specify settings.refreshOn=[];
So we need to restructure the tests so that 02.basic-querying.test.js will work with a situation where where refresh isn't enabled for anything at all.
The text was updated successfully, but these errors were encountered:
02.basic-querying.test.js
tests should run with the usecase whererefresh
is not enabled.That is not what happens right now! Because the new default is to have
refresh
enabled by default in esConnector, until and unless we specifysettings.refreshOn=[];
So we need to restructure the tests so that
02.basic-querying.test.js
will work with a situation where whererefresh
isn't enabled for anything at all.The text was updated successfully, but these errors were encountered: