Skip to content

Commit

Permalink
Disable *bridge-httpks temporarily on daily-iso (gh#1046)
Browse files Browse the repository at this point in the history
Disable *bridge-httpks on daily-iso until gh1046 is fixed.
  • Loading branch information
rvykydal committed Jan 31, 2024
1 parent abe9b63 commit fc036b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindtomac-bridge-httpks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="network"
TESTTYPE="network gh1046"

. ${KSTESTDIR}/bridge-httpks.sh
2 changes: 1 addition & 1 deletion bridge-httpks.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=${TESTTYPE:-"network"}
TESTTYPE=${TESTTYPE:-"network gh1046"}

. ${KSTESTDIR}/functions.sh

Expand Down
1 change: 1 addition & 0 deletions containers/runner/skip-testtypes
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ daily_iso_skip_array=(
gh969 # raid-ddf failing
gh975 # packages-default failing
gh1023 # rpm-ostree failing
gh1046 # bridge-httpks failing
)

rhel8_skip_array=(
Expand Down

0 comments on commit fc036b7

Please sign in to comment.