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

Small improvements for flapping tests #875

Merged
merged 4 commits into from
Sep 27, 2018

Conversation

pgwillia
Copy link
Member

@pgwillia pgwillia commented Sep 25, 2018

  • fixed one flapping test by changing the score
  • only skip flapping tests on travis so that we still run the tests locally

#811

@@ -245,7 +245,8 @@ def before_all
click_button 'Search'
assert_equal URI.parse(current_url).request_uri, search_path(search: 'Fancy')

# Default sort is by title
# Default sort is by relevance
# TODO this test has flapped in the past because the score of each document is equal
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you be changing this test this round? Or this is a to-do for future note?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a todo for future note.

@pgwillia pgwillia merged commit 46260dc into ualbertalib:master Sep 27, 2018
@pgwillia pgwillia deleted the 811_flapping_tests branch September 27, 2018 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants