From 344128e3017b0a9bf2fd035492db98d1372d0027 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Wed, 22 Nov 2017 13:59:38 -0500 Subject: [PATCH] Include babeltre 1.3 testing even if flaky The test tuples are marked as expected to fail since these test are flaky. Investigation under way. Signed-off-by: Jonathan Rajotte --- lttng_ivc/tests/babeltrace/live/test_babeltrace_live.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lttng_ivc/tests/babeltrace/live/test_babeltrace_live.py b/lttng_ivc/tests/babeltrace/live/test_babeltrace_live.py index 9bc7e5b..9acf352 100644 --- a/lttng_ivc/tests/babeltrace/live/test_babeltrace_live.py +++ b/lttng_ivc/tests/babeltrace/live/test_babeltrace_live.py @@ -18,10 +18,10 @@ First member: babeltrace label Second member: tools label """ test_matrix_live = [ - #pytest.param("babeltrace-1.3", "lttng-tools-2.7", marks=pytest.mark.xfail(reason="Flaky test or Flaky babeltrace. Is under investigation")), - #pytest.param("babeltrace-1.3", "lttng-tools-2.8", marks=pytest.mark.xfail(reason="Flaky test or Flaky babeltrace. Is under investigation")) ), - #pytest.param("babeltrace-1.3", "lttng-tools-2.9", marks=pytest.mark.xfail(reason="Flaky test or Flaky babeltrace. Is under investigation")) ), - #pytest.param("babeltrace-1.3", "lttng-tools-2.10", marks=pytest.mark.xfail(reason="Flaky test or Flaky babeltrace. Is under investigation"))), + pytest.param("babeltrace-1.3", "lttng-tools-2.7", marks=pytest.mark.xfail(reason="Flaky test or Flaky babeltrace. Is under investigation")), + pytest.param("babeltrace-1.3", "lttng-tools-2.8", marks=pytest.mark.xfail(reason="Flaky test or Flaky babeltrace. Is under investigation")), + pytest.param("babeltrace-1.3", "lttng-tools-2.9", marks=pytest.mark.xfail(reason="Flaky test or Flaky babeltrace. Is under investigation")), + pytest.param("babeltrace-1.3", "lttng-tools-2.10", marks=pytest.mark.xfail(reason="Flaky test or Flaky babeltrace. Is under investigation")), ("babeltrace-1.4", "lttng-tools-2.7"), ("babeltrace-1.4", "lttng-tools-2.8"), ("babeltrace-1.4", "lttng-tools-2.9"), -- 2.34.1