Skip to content

Commit

Permalink
Increase the number of reruns of test_reload_same_config (elastic#22865
Browse files Browse the repository at this point in the history
…) (elastic#22867)

(cherry picked from commit e58fe59)
  • Loading branch information
kvch authored Dec 3, 2020
1 parent 2fae7f6 commit 6bc4618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filebeat/tests/system/test_reload_inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def test_load_configs(self):
assert output[1]["message"] == second_line

# 1/20 build fails https://github.com/elastic/beats/issues/21307
@pytest.mark.flaky(reruns=1, reruns_delay=10)
@pytest.mark.flaky(reruns=2, reruns_delay=10)
def test_reload_same_config(self):
"""
Test reload same config with same file but different config. Makes sure reloading also works on conflicts.
Expand Down

0 comments on commit 6bc4618

Please sign in to comment.