Description: Temporarily disable 'insertest' until FTBFS bugs are resolved
Author: Hugh McMaster <hugh.mcmaster@outlook.com>
Forwarded: not-needed
Last-Update: 2022-06-27

--- a/dict/Makefile.am
+++ b/dict/Makefile.am
@@ -1,7 +1,7 @@
 
 noinst_LTLIBRARIES = libidzebra-dict.la
 noinst_PROGRAMS = dicttest dictext
-check_PROGRAMS = scantest inserttest
+check_PROGRAMS = scantest
 
 TESTS = $(check_PROGRAMS)
 
@@ -19,7 +19,7 @@
 
 dicttest_SOURCES = dicttest.c
 
-inserttest_SOURCES = inserttest.c
+#inserttest_SOURCES = inserttest.c
 
 dictext_SOURCES = dictext.c
 
