Skip to content

Commit

Permalink
Disable rpm-ostree temporarily on daily-iso (gh#1023)
Browse files Browse the repository at this point in the history
Disable rpm-ostree on daily-iso until gh1023 is fixed.
  • Loading branch information
rvykydal committed Nov 6, 2023
1 parent 4bd82e8 commit 431dd44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions containers/runner/skip-testtypes
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ daily_iso_skip_array=(
rhbz1853668 # multipath device not constructed back after installation
gh969 # raid-ddf failing
gh975 # packages-default failing
gh1023 # rpm-ostree failing
)

rhel8_skip_array=(
Expand Down
2 changes: 1 addition & 1 deletion rpm-ostree.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="payload ostree skip-on-rhel"
TESTTYPE="payload ostree skip-on-rhel gh1023"

. ${KSTESTDIR}/functions.sh

Expand Down

0 comments on commit 431dd44

Please sign in to comment.