Include babeltre 1.3 testing even if flaky
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 22 Nov 2017 18:59:38 +0000 (13:59 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 22 Nov 2017 18:59:38 +0000 (13:59 -0500)
The test tuples are marked as expected to fail since these test are
flaky. Investigation under way.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
lttng_ivc/tests/babeltrace/live/test_babeltrace_live.py

index 9bc7e5b0da15cde35a1a2b8c60088dac96829e26..9acf35248be90769cc44d8c0a4f6e7b3c800b020 100644 (file)
@@ -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"),
This page took 0.025077 seconds and 5 git commands to generate.