Skip to content

Commit

Permalink
fix: enable packet drop test
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrizsabin committed Aug 7, 2024
1 parent f76c1cd commit a1d8044
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ func (s *E2ETest) TestE2E_all() {
xcall.TextXCall()
})

// t.Run("test xcall packet drop", func(t *testing.T) {
// xcall.TestXCallPacketDrop()
// })
t.Run("test xcall packet drop", func(t *testing.T) {
xcall.TestXCallPacketDrop()
})

}

0 comments on commit a1d8044

Please sign in to comment.