Skip to content

Commit 19aa349

Browse files
author
OpenShift Bot
authored
Merge pull request #12890 from soltysh/issue12705
Merged by openshift-bot
2 parents 678ff3d + 51ec303 commit 19aa349

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: test/end-to-end/core.sh

+1-4
Original file line numberDiff line numberDiff line change
@@ -410,10 +410,7 @@ os::cmd::expect_success_and_text 'oc logs --previous dc/failing-dc-mid' 'test m
410410

411411
os::log::info "Run pod diagnostics"
412412
# Requires a node to run the origin-deployer pod; expects registry deployed, deployer image pulled
413-
# TODO: Find out why this would flake expecting PodCheckDns to run
414-
# https://github.com/openshift/origin/issues/9888
415-
#os::cmd::expect_success_and_text 'oadm diagnostics DiagnosticPod --images='"'""${USE_IMAGES}""'" 'Running diagnostic: PodCheckDns'
416-
os::cmd::expect_success_and_not_text "oadm diagnostics DiagnosticPod --images='${USE_IMAGES}'" ERROR
413+
os::cmd::expect_success_and_text 'oadm diagnostics DiagnosticPod --images='"'""${USE_IMAGES}""'" 'Running diagnostic: PodCheckDns'
417414

418415
os::log::info "Applying STI application config"
419416
os::cmd::expect_success "oc create -f ${STI_CONFIG_FILE}"

0 commit comments

Comments
 (0)