summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-tools/disable-tests.patch
blob: b8971a69de8949ecea1b86164ebabca6e3f4b70d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
From 1fbd24512e8fce64b92efa846c301e45a7371ed2 Mon Sep 17 00:00:00 2001
From: Richard Purdie <richard.purdie@linuxfoundation.org>
Date: Tue, 14 Dec 2021 12:34:04 +0000
Subject: [PATCH] lttng-tools: Disable problem tests

Upstream-Status: Inappropriate [need to root cause the test hangs]

We keep seeing hangs in the tools/notifications tests on x86 and arm for
a variety of distros. Exclude them for now to work out if this is the
only place we see them and give SWAT/triage a break from the stream
of them.

https://bugzilla.yoctoproject.org/show_bug.cgi?id=14263

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 tests/regression/Makefile.am | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/tests/regression/Makefile.am b/tests/regression/Makefile.am
index e556223..756fb98 100644
--- a/tests/regression/Makefile.am
+++ b/tests/regression/Makefile.am
@@ -29,18 +29,6 @@ TESTS = tools/base-path/test_ust \
 	tools/crash/test_crash \
 	tools/regen-metadata/test_ust \
 	tools/regen-statedump/test_ust \
-	tools/notification/test_notification_ust_error \
-	tools/notification/test_notification_ust_buffer_usage \
-	tools/notification/test_notification_ust_capture \
-	tools/notification/test_notification_ust_event_rule_condition_exclusion \
-	tools/notification/test_notification_kernel_error \
-	tools/notification/test_notification_kernel_buffer_usage \
-	tools/notification/test_notification_kernel_capture \
-	tools/notification/test_notification_kernel_instrumentation \
-	tools/notification/test_notification_kernel_syscall \
-	tools/notification/test_notification_notifier_discarded_count \
-	tools/notification/test_notification_kernel_userspace_probe \
-	tools/notification/test_notification_multi_app \
 	tools/rotation/test_ust \
 	tools/rotation/test_kernel \
 	tools/rotation/test_save_load_mi \