From ea362a58662d14a6cbfef0673115459d39aab1ae Mon Sep 17 00:00:00 2001 From: Timothy Stack Date: Sat, 30 Apr 2022 19:27:34 -0700 Subject: [PATCH] [build] skip regex101 test for now --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index 3dd73ea0..6e53301e 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -377,7 +377,6 @@ TESTS = \ test_json_format.sh \ test_log_accel \ test_logfile.sh \ - test_regex101.sh \ test_reltime \ test_scripts.sh \ test_sessions.sh \ @@ -397,6 +396,7 @@ TESTS = \ test_vt52_curses.sh DISABLED_TESTS = \ + test_regex101.sh \ test_remote.sh \ test_top_status \ test_line_buffer2 \