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
|
Description: Disable test_sql completely as contains time dependent tests
Disable test_sql tests as they contain a time dependent component
which caused a FTBFS starting in 2019-01-01.
.
Although this was addressed upstream in the concrete case it will
not suffice for the complete lifetime of buster.
Origin: vendor
Bug-Debian: https://bugs.debian.org/918153
Forwarded: no
Author: Salvatore Bonaccorso <carnil@debian.org>
Last-Update: 2019-09-02
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -516,7 +516,6 @@ TESTS = \
test_scripts.sh \
test_sessions.sh \
test_shlexer.sh \
- test_sql.sh \
test_sql_anno.sh \
test_sql_coll_func.sh \
test_sql_fs_func.sh \
@@ -547,6 +546,7 @@ DISABLED_TESTS = \
test_logfile.sh \
test_line_buffer.sh \
test_tui.sh \
+ test_sql.sh \
test_vt52_curses.sh
if HAVE_LIBCURL
|