Skip to content

Commit a1d8044

Browse files
committed
fix: enable packet drop test
1 parent f76c1cd commit a1d8044

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/e2e/e2e_test.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ func (s *E2ETest) TestE2E_all() {
3131
xcall.TextXCall()
3232
})
3333

34-
// t.Run("test xcall packet drop", func(t *testing.T) {
35-
// xcall.TestXCallPacketDrop()
36-
// })
34+
t.Run("test xcall packet drop", func(t *testing.T) {
35+
xcall.TestXCallPacketDrop()
36+
})
3737

3838
}

0 commit comments

Comments
 (0)