diff --git a/test/e2e/pod-eni/securiy_group_per_pod_test.go b/test/e2e/pod-eni/securiy_group_per_pod_test.go index 2682ce2cf8..5d79848162 100644 --- a/test/e2e/pod-eni/securiy_group_per_pod_test.go +++ b/test/e2e/pod-eni/securiy_group_per_pod_test.go @@ -279,9 +279,9 @@ var _ = Describe("Security Group for Pods Test", func() { // BusyBox Pods will get Branch ENI branchPodLabelVal = []string{busyboxPodLabelVal} }) - FIt("Deploy BusyBox Pods with branch ENI and verify HostNetworking", func() { + It("Deploy BusyBox Pods with branch ENI and verify HostNetworking", func() { deployment := manifest.NewBusyBoxDeploymentBuilder(). - Replicas(5). + Replicas(totalBranchInterface). PodLabel(labelKey, busyboxPodLabelVal). NodeName(node.Name). Build()