diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2025-02-11 17:02:00 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2025-02-14 19:08:45 +0100 |
| commit | e86f3d875a48987a026f79aa4e19eeda4ad01b3b (patch) | |
| tree | 5fe40a2695a0231f90fb64a61cc542448b7f2565 /test/integration/test-external-dependency-solver-protocol | |
| parent | 0c79613a5ef111ae09e1c94a2866f63fbf51c524 (diff) | |
test: Fix 7 test cases for 3.0 solver, annotate others
Fix the test cases we can fix directly; add annotations where we
know what work is needed, next we'll look at the other bugs.
Diffstat (limited to 'test/integration/test-external-dependency-solver-protocol')
| -rwxr-xr-x | test/integration/test-external-dependency-solver-protocol | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/test-external-dependency-solver-protocol b/test/integration/test-external-dependency-solver-protocol index 75fc75b92..81204fc19 100755 --- a/test/integration/test-external-dependency-solver-protocol +++ b/test/integration/test-external-dependency-solver-protocol @@ -5,6 +5,7 @@ TESTDIR="$(readlink -f "$(dirname "$0")")" . "$TESTDIR/framework" setupenvironment configarchitecture 'amd64' 'i386' +allowremovemanual insertinstalledpackage 'cool' 'all' '1' insertinstalledpackage 'stuff' 'all' '1' |
