File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -410,10 +410,7 @@ os::cmd::expect_success_and_text 'oc logs --previous dc/failing-dc-mid' 'test m
410
410
411
411
os::log::info " Run pod diagnostics"
412
412
# 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'
417
414
418
415
os::log::info " Applying STI application config"
419
416
os::cmd::expect_success " oc create -f ${STI_CONFIG_FILE} "
You can’t perform that action at this time.
0 commit comments