Commit 83562592946f3cec290cbe0ab495dd2bf8c0f849
1 parent
5be63aff
Exists in
master
and in
19 other branches
Fixed sporadic test failure [skip ci]
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
test/reindex_test.rb
... | ... | @@ -48,7 +48,5 @@ class ReindexTest < Minitest::Test |
48 | 48 | Product.search_index.promote(index.name, update_refresh_interval: true) |
49 | 49 | assert_equal "1s", index.refresh_interval |
50 | 50 | assert_equal "1s", Product.search_index.refresh_interval |
51 | - ensure | |
52 | - Product.reindex | |
53 | 51 | end |
54 | 52 | end | ... | ... |