Skip to content

Commit

Permalink
test: fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
boonware committed Dec 11, 2024
1 parent e1d09e5 commit f9d2622
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions e2e/extra_volume_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ package e2e

import (
"context"
"fmt"
"testing"

"sigs.k8s.io/e2e-framework/klient/decoder"
Expand Down Expand Up @@ -45,7 +44,6 @@ func TestExtraVolumeWithSecret(t *testing.T) {
return ctx
}).
Assess("wait for first k8sensor deployment to become ready", WaitForDeploymentToBecomeReady(K8sensorDeploymentName)).
Assess("wait for second k8sensor deployment to become ready", WaitForDeploymentToBecomeReady(fmt.Sprintf("%s-1", K8sensorDeploymentName))).
Assess("wait for agent daemonset to become ready", WaitForAgentDaemonSetToBecomeReady()).
Assess("validate secret files are created from extra mounted volume", ValidateSecretsMountedFromExtraVolume()).
Feature()
Expand Down

0 comments on commit f9d2622

Please sign in to comment.