Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip tests against autocomplete endpoint when in autocomplete mode #45

Open
orangejulius opened this issue Apr 12, 2016 · 0 comments
Open

Comments

@orangejulius
Copy link
Member

orangejulius commented Apr 12, 2016

With the addition of autocomplete mode a while back, we have a great tool for viewing the quality of our autocomplete results. Since then, we've identified some autocomplete queries that we really want to return good results, and added them to acceptance tests.

This is fine for the normal invocation of the acceptance tests, but when we're running autocomplete mode, it leads to some unneeded clutter:

autocomplete

The easiest way to fix this is probably, paradoxically, to skip tests that hit the autocomplete endpoint when running in autocomplete mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants