summaryrefslogtreecommitdiff
blob: 8aa000d30c63ddf13c93913677146e7473123743 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
From 70231dce88cf47f2f3e2b396fe0623ea74eeadfc Mon Sep 17 00:00:00 2001
From: Randy Barlow <randy@electronsweatshop.com>
Date: Sat, 3 Sep 2022 18:13:08 -0400
Subject: [PATCH] Disable some flaky tests

Certain tests commented out for stability reasons:
 * listview: Fails when building inside sandbox
   https://github.com/tstack/lnav/issues/1039
 * mvattrline: Fails on some testers boxes. Documented here:
   https://github.com/tstack/lnav/issues/911
 * logfile: Flaky. Fails some times and not others. i.e. Race condition
 * tui: Can hang the build

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
---
 test/Makefile.am | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/test/Makefile.am b/test/Makefile.am
index fd09a656..07d6758e 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -188,10 +188,7 @@ dist_noinst_SCRIPTS = \
 	test_grep_proc.sh \
 	test_json_format.sh \
 	test_line_buffer.sh \
-	test_listview.sh \
-	test_logfile.sh \
 	test_meta.sh \
-	test_mvwattrline.sh \
 	test_regex101.sh \
 	test_remote.sh \
 	test_scripts.sh \
@@ -211,7 +208,6 @@ dist_noinst_SCRIPTS = \
 	test_sql_xml_func.sh \
 	test_sql_yaml_func.sh \
 	test_text_file.sh \
-	test_tui.sh \
 	test_view_colors.sh \
 	test_vt52_curses.sh \
 	test_pretty_print.sh
@@ -391,14 +387,11 @@ TESTS = \
 	test_cmds.sh \
 	test_config.sh \
 	test_events.sh \
-	test_listview.sh \
 	test_meta.sh \
-	test_mvwattrline.sh \
 	test_grep_proc.sh \
 	test_grep_proc2 \
 	test_json_format.sh \
 	test_log_accel \
-	test_logfile.sh \
 	test_reltime \
 	test_scripts.sh \
 	test_sessions.sh \
@@ -417,7 +410,6 @@ TESTS = \
 	test_sql_xml_func.sh \
 	test_sql_yaml_func.sh \
 	test_text_file.sh \
-	test_tui.sh \
 	test_data_parser.sh \
 	test_pretty_print.sh \
     test_view_colors.sh \
-- 
2.37.2