We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee246ae commit 41ca20eCopy full SHA for 41ca20e
1 file changed
tests/update/zypper_up.pm
@@ -12,6 +12,7 @@
12
use base "y2_module_consoletest";
13
use testapi;
14
use utils;
15
+use version_utils;
16
17
sub run {
18
select_console 'root-console';
@@ -23,6 +24,13 @@ sub run {
23
24
# published meanwhile?
25
clear_console; # clear screen to see that second update does not do any more
26
zypper_call("-q patch");
27
+
28
+ # Workaround for <ALVAROS TICKET HERE>
29
+ # 1.13.0 is the last known good version of suseconnect-ng
30
+ if (is_sle('=15-SP5')) {
31
+ record_soft_failure('bsc#BLA - Downgrading suseconnect-ng due to regression');
32
+ zypper_call('in --oldpackage --allow-downgrade suseconnect-ng-1.13.0');
33
+ }
34
}
35
36
sub test_flags {
0 commit comments