Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop xinetd for SLE 15, leap 15 and TW #4599

Merged
merged 1 commit into from
Mar 13, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/main_common.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,7 @@ sub load_yast2_ncurses_tests {
# TODO https://progress.opensuse.org/issues/20200
# softfail record #bsc1049433 for samba and xinetd
loadtest "console/yast2_samba";
loadtest "console/yast2_xinetd";
loadtest "console/yast2_xinetd" if is_sle('<15') || is_leap('<15.0');
loadtest "console/yast2_apparmor";
loadtest "console/yast2_lan_hostname";
# internal nis server in suse network is used, but this is not possible for
Expand Down