Skip to content

Commit

Permalink
remove focussed test
Browse files Browse the repository at this point in the history
set replica count to total number of branch interface
  • Loading branch information
cgchinmay committed Nov 2, 2021
1 parent ac44e64 commit 2106de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/pod-eni/securiy_group_per_pod_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 2106de3

Please sign in to comment.