blob: f2c14ecc949ef88a61dc45889accf6110ac4e29a [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001From c69b68e5c03f1d260025fb1dd9ab7345e31e15ef Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Fri, 24 Jan 2020 18:03:25 +0100
4Subject: [PATCH] tests/regression: disable the tools/live tests
5
6They have been found to sporadically fail; the issue has been
7reported upstream and they will work to investigate and fix:
8https://bugs.lttng.org/issues/1217
9
10Upstream-Status: Inappropriate [upstream is working on a real fix]
11Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
12---
13 tests/regression/Makefile.am | 4 ----
14 1 file changed, 4 deletions(-)
15
16diff --git a/tests/regression/Makefile.am b/tests/regression/Makefile.am
17index 73eb9f7..b92bdbd 100644
18--- a/tests/regression/Makefile.am
19+++ b/tests/regression/Makefile.am
20@@ -9,14 +9,10 @@ TESTS = tools/filtering/test_invalid_filter \
21 tools/filtering/test_valid_filter \
22 tools/streaming/test_ust \
23 tools/health/test_thread_ok \
24- tools/live/test_ust \
25- tools/live/test_ust_tracefile_count \
26- tools/live/test_lttng_ust \
27 tools/tracefile-limits/test_tracefile_count \
28 tools/tracefile-limits/test_tracefile_size \
29 tools/exclusion/test_exclusion \
30 tools/snapshots/test_ust_fast \
31- tools/snapshots/test_ust_streaming \
32 tools/save-load/test_save \
33 tools/save-load/test_load \
34 tools/save-load/test_autoload \