Description: skip failing test
 Test 169 passes under normal circumstances, but fails in a chroot.
 This is under investigation. Skipping until reasons understood.

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Forwarded: not-needed
Reviewed-By: jffry@posteo.net
Last-Update: 2021-09-19

--- gscan2pdf-2.12.3.orig/t/169_import_scan.t
+++ gscan2pdf-2.12.3/t/169_import_scan.t
@@ -12,6 +12,8 @@ BEGIN {
 
 #########################
 
+TODO: {
+    todo_skip 'fails in chroot for reasons to be investigated', 1 if 1;
 my $window = Gtk3::Window->new;
 
 Gscan2pdf::Translation::set_domain('gscan2pdf');
@@ -82,4 +84,5 @@ Gtk3->main;
 
 Gscan2pdf::Frontend::Image_Sane->quit;
 Gscan2pdf::Document->quit();
+}
 __END__
