Skip to content

Commit

Permalink
Merge pull request #1193 from marusak/gh-740
Browse files Browse the repository at this point in the history
Do not require removed packages group (gh#740)
  • Loading branch information
marusak authored May 21, 2024
2 parents 098795d + f479925 commit adc34d6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion containers/runner/skip-testtypes
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ fedora_skip_array=(
gh595 # proxy-cmdline failing on all scenarios
gh641 # packages-multilib failing on systemd conflict
gh680 # proxy-kickstart and proxy-auth failing
gh740 # fedora-live-image-build fails on comps changes
gh774 # autopart-luks-1 failing
gh777 # raid-1-reqpart failing
gh910 # stage2-from-ks test needs to be fixed for daily-iso
Expand Down
1 change: 0 additions & 1 deletion fedora-live-image-build.ks.in
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,6 @@ echo SUCCESS > /root/RESULT
%packages
@^workstation-product-environment
@anaconda-tools
@x86-baremetal-tools
aajohan-comfortaa-fonts
anaconda
anaconda-install-env-deps
Expand Down
2 changes: 1 addition & 1 deletion fedora-live-image-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="packaging skip-on-rhel gh740"
TESTTYPE="packaging skip-on-rhel"

. ${KSTESTDIR}/functions.sh

Expand Down

0 comments on commit adc34d6

Please sign in to comment.