Skip to content

Commit 41f27d2

Browse files
committed
For .NET 9.0, explicitly run the usage script to work around Terminal Logger issues V2
1 parent 8cdb0d9 commit 41f27d2

File tree

1 file changed

+0
-5
lines changed
  • test/extended/image_ecosystem

1 file changed

+0
-5
lines changed

test/extended/image_ecosystem/scl.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,6 @@ func defineTest(name string, t tc, oc *exutil.CLI) {
6969

7070
pod := exutil.GetPodForContainer(container)
7171

72-
// Set restart policy to Never for .NET 9.0 to match the expected behavior
73-
if name == "dotnet" && strings.Contains(t.Tag, "9.0") {
74-
pod.Spec.RestartPolicy = kapiv1.RestartPolicyNever
75-
}
76-
7772
_, err := oc.KubeClient().CoreV1().Pods(oc.Namespace()).Create(context.Background(), pod, metav1.CreateOptions{})
7873
o.Expect(err).NotTo(o.HaveOccurred())
7974

0 commit comments

Comments
 (0)