Skip to content

Commit d071351

Browse files
authored
Merge pull request #1579 from rvykydal/re-enable-tests-for-gh1493
Reenable dns-global-exclusive-tls-* tests disabled for gh1493
2 parents b1267b0 + 944b64e commit d071351

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

containers/runner/skip-testtypes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ fedora_disabled_array=(
2121
gh975 # packages-default failing
2222
gh1023 # rpm-ostree failing
2323
gh1437 # lvm-cache-* failing
24-
gh1493 # dns-global-exclusive-tls-* failing
2524
gh1530 # dns-global-exclusive-tls-* stage2-from-compose failing
2625
)
2726

dns-global-exclusive-tls-2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# Ignore unused variable parsed out by tooling scripts as test tags metadata
2121
# shellcheck disable=SC2034
22-
TESTTYPE=${TESTTYPE:-"network dns skip-on-rhel gh1493"}
22+
TESTTYPE=${TESTTYPE:-"network dns skip-on-rhel"}
2323

2424
. ${KSTESTDIR}/functions.sh
2525

dns-global-exclusive-tls-httpks-2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# Ignore unused variable parsed out by tooling scripts as test tags metadata
2121
# shellcheck disable=SC2034
22-
TESTTYPE=${TESTTYPE:-"network dns skip-on-rhel gh1493"}
22+
TESTTYPE=${TESTTYPE:-"network dns skip-on-rhel"}
2323
KICKSTART_NAME=dns-global-exclusive-tls-2
2424
# FIXME: the test would ideally require name resolution to fetch the kickstart
2525

dns-global-exclusive-tls-httpks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# Ignore unused variable parsed out by tooling scripts as test tags metadata
2121
# shellcheck disable=SC2034
22-
TESTTYPE=${TESTTYPE:-"network dns gh1493"}
22+
TESTTYPE=${TESTTYPE:-"network dns"}
2323
KICKSTART_NAME=dns-global-exclusive-tls
2424

2525
. ${KSTESTDIR}/functions.sh

dns-global-exclusive-tls.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# Ignore unused variable parsed out by tooling scripts as test tags metadata
2121
# shellcheck disable=SC2034
22-
TESTTYPE=${TESTTYPE:-"network dns gh1493"}
22+
TESTTYPE=${TESTTYPE:-"network dns"}
2323

2424
. ${KSTESTDIR}/functions.sh
2525

0 commit comments

Comments
 (0)