Skip to content

Commit

Permalink
Remove PackageHub Activating code for w3m_https
Browse files Browse the repository at this point in the history
Pkg "w3m" is not in "Packagehub" now (at lease on sle12sp5, sle15sp2)
so delete the invoking of "setup_web_browser_env()" which activates
"Packagehub", "Packagehub" activation usually fails as it is not ready
at the early developing stage (see bug#1175578).
  • Loading branch information
lilyeyes committed Sep 10, 2020
1 parent 1dc3866 commit 0f70cd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/console/w3m_https.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SUSE's openQA tests - FIPS tests
#
# Copyright © 2016-2019 SUSE LLC
# Copyright © 2016-2020 SUSE LLC
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
Expand All @@ -23,7 +23,7 @@ use web_browser qw(setup_web_browser_env run_web_browser_text_based);

sub run {
select_console("root-console");
setup_web_browser_env();
zypper_call("--no-refresh --no-gpg-checks search -it pattern fips") if get_var('FIPS_ENABLED');
zypper_call("--no-refresh --no-gpg-checks in w3m");
run_web_browser_text_based("w3m", undef);
}
Expand Down

0 comments on commit 0f70cd8

Please sign in to comment.