From: Jonathan Rajotte Date: Tue, 17 Mar 2020 17:24:41 +0000 (-0400) Subject: Tests: remove duplicate notification multi-app test X-Git-Tag: v2.13.0-rc1~281 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=b670da14a86808f97f6e01cf18da719b303416cf Tests: remove duplicate notification multi-app test tools/notification/test_notification_multi_app is already present in the list. Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau Change-Id: Ic9e3fdbe3570b5837f3efd24a7b5dcd3f327a1d1 Depends-on: lttng-ust: I5a800fc92e588c2a6a0e26282b0ad5f31c044479 --- diff --git a/tests/regression/Makefile.am b/tests/regression/Makefile.am index c646cb1e3..817918f68 100644 --- a/tests/regression/Makefile.am +++ b/tests/regression/Makefile.am @@ -42,7 +42,6 @@ TESTS = tools/filtering/test_invalid_filter \ tools/rotation/test_schedule_api \ tools/metadata/test_kernel \ tools/working-directory/test_relayd_working_directory \ - tools/notification/test_notification_multi_app \ tools/clear/test_ust \ tools/clear/test_kernel \ tools/tracker/test_event_tracker \