Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | From c69b68e5c03f1d260025fb1dd9ab7345e31e15ef Mon Sep 17 00:00:00 2001 |
| 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> |
| 3 | Date: Fri, 24 Jan 2020 18:03:25 +0100 |
| 4 | Subject: [PATCH] tests/regression: disable the tools/live tests |
| 5 | |
| 6 | They have been found to sporadically fail; the issue has been |
| 7 | reported upstream and they will work to investigate and fix: |
| 8 | https://bugs.lttng.org/issues/1217 |
| 9 | |
| 10 | Upstream-Status: Inappropriate [upstream is working on a real fix] |
| 11 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> |
| 12 | --- |
| 13 | tests/regression/Makefile.am | 4 ---- |
| 14 | 1 file changed, 4 deletions(-) |
| 15 | |
| 16 | diff --git a/tests/regression/Makefile.am b/tests/regression/Makefile.am |
| 17 | index 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 \ |