Skip to content

Commit

Permalink
chore: remove 100% packetloss test (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
mojtaba-esk committed May 30, 2024
1 parent 0affe91 commit fc126f1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions e2e/basic/bittwister_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,6 @@ func TestBittwister_Packetloss(t *testing.T) {
targetPacketlossRate: 90,
tolerancePercent: 10,
},
{
name: "100%",
targetPacketlossRate: 100,
tolerancePercent: 10,
},
}

targetIP, err := target.GetIP()
Expand Down

0 comments on commit fc126f1

Please sign in to comment.