Add more tests to the XFAIL list for the autopkgtest.

This commit is contained in:
Simon Quigley 2025-02-22 09:22:48 -06:00
parent 60f99f9561
commit 3c922e46cd
3 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@ -2,6 +2,7 @@ calamares (3.3.14-0ubuntu2) UNRELEASED; urgency=medium
* Add some Breaks/Replaces for the odd case where Calamares is already
installed. Drop this after 26.04 LTS.
* Add more tests to the XFAIL list for the autopkgtest.
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 22 Feb 2025 09:19:06 -0600

View File

@ -1,3 +1,3 @@
Tests: main
Depends: @builddeps@
Restrictions: isolation-machine, allow-stderr
Restrictions: isolation-container, allow-stderr

2
debian/tests/main vendored
View File

@ -4,4 +4,4 @@ set -ex
mkdir build && cd build &&
cmake .. -DWITH_PYBIND11=OFF -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DBUILD_APPDATA=ON -DBUILD_APPSTREAM=ON -DINSTALL_COMPLETION=ON -DWITH_QT6=ON -DBUILD_TESTING=ON -DBUILD_SCHEMA_TESTING=ON &&
make -j$(nproc) &&
ctest -j$(nproc) -V -E '^(test_libcalamaresuipaste|validate-unpackfsc(-unpackfsc|-1))$'
ctest -j$(nproc) -V -E '^(test_libcalamaresuipaste|validate-unpackfsc|validate-unpackfsc-unpackfsc|partitioncreatelayoutstest|userstest|hostinfotest)$'