commit: 6050461d338838bb01c019923da0c07f61f4a269 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Oct 24 07:56:32 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Oct 24 07:56:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6050461d
app-admin/calamares: Mask all failing tests Closes: https://bugs.gentoo.org/750557 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: David Seifert <soap <AT> gentoo.org> .../files/calamares-3.2.32.1-remove-broken-tests.ebuild | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/app-admin/calamares/files/calamares-3.2.32.1-remove-broken-tests.ebuild b/app-admin/calamares/files/calamares-3.2.32.1-remove-broken-tests.ebuild index 6ecf6c36a99..346e1bfb402 100644 --- a/app-admin/calamares/files/calamares-3.2.32.1-remove-broken-tests.ebuild +++ b/app-admin/calamares/files/calamares-3.2.32.1-remove-broken-tests.ebuild @@ -1,6 +1,19 @@ --- a/src/libcalamares/CMakeLists.txt +++ b/src/libcalamares/CMakeLists.txt -@@ -238,12 +238,6 @@ +@@ -216,12 +216,6 @@ + ) + + calamares_add_test( +- libcalamaresnetworktest +- SOURCES +- network/Tests.cpp +-) +- +-calamares_add_test( + libcalamarespartitiontest + SOURCES + partition/Tests.cpp +@@ -238,12 +232,6 @@ endif() calamares_add_test(
