Use flaky for babeltrace live
[deliverable/lttng-ivc.git] / lttng_ivc / tests / babeltrace / live / test_babeltrace_live.py
index a4466067968cf32e1592c7e71882a7df8c426fb7..96333b7f64780db327269ad73e240afbfaae91f8 100644 (file)
@@ -24,6 +24,8 @@ import shutil
 import time
 import socket
 
+from flaky import flaky
+
 import lttng_ivc.utils.ProjectFactory as ProjectFactory
 import lttng_ivc.utils.utils as utils
 import lttng_ivc.utils.runtime as Run
@@ -63,6 +65,7 @@ else:
             runtime_matrix_live.append(tup)
 
 
+@flaky(max_runs=10, min_passes=3)
 @pytest.mark.parametrize("babeltrace_l,tools_l", runtime_matrix_live)
 def test_babeltrace_live(tmpdir, babeltrace_l, tools_l):
 
This page took 0.024025 seconds and 5 git commands to generate.