# While the test suite will pass in Emacs 26.1 when run interactively,
# many tests fail when the test suite is run in batch mode -- see
# #916810.  This problem did not occur with Emacs 25.2 and earlier.
#
# There is no reason to think that s-el is actually broken with Emacs
# 26.1 and newer, since the test suite passes when run interactively,
# so we disable it here to avoid an FTBFS.
#
# If you are packaging a new upstream release of s-el, you should run
# the test suite interactively to verify that it is compatible with
# the version of Emacs currently in Debian unstable.
disable = yes

ert_eval = (progn (load-file "dev/examples-to-tests.el") (load-file "dev/examples.el"))
autopkgtest_keep = dev/*
