Skip to content

Commit

Permalink
removed dead code
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Rammer <[email protected]>
  • Loading branch information
hamersaw committed Nov 6, 2023
1 parent 61c4b0d commit c6a8eee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flyteplugins/go/tasks/plugins/k8s/pod/sidecar_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,6 @@ func TestDemystifiedSidecarStatus_PrimaryMissing(t *testing.T) {
assert.Equal(t, pluginsCore.PhasePermanentFailure, phaseInfo.Phase())
}

// TODO @hamersaw
func TestDemystifiedSidecarStatus_PrimaryNotExistsYet(t *testing.T) {
res := &v1.Pod{
Spec: v1.PodSpec{
Expand Down

0 comments on commit c6a8eee

Please sign in to comment.