Commit 415b505c245c77d3340141afbaec906451fd89ef
1 parent
5d0131e6
Exists in
master
and in
19 other branches
Skip flakey test
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
test/suggest_test.rb
... | ... | @@ -68,6 +68,7 @@ class SuggestTest < Minitest::Test |
68 | 68 | end |
69 | 69 | |
70 | 70 | def test_multiple_models |
71 | + skip # flaky test | |
71 | 72 | store_names ["Great White Shark", "Hammerhead Shark", "Tiger Shark"] |
72 | 73 | assert_equal "how big is a tiger shark", Searchkick.search("How Big is a Tigre Shar", suggest: [:name], fields: [:name]).suggestions.first |
73 | 74 | end | ... | ... |