From 1b8eba1338889b51d240cc5732afaae704f3f564 Mon Sep 17 00:00:00 2001 From: yuhan6665 <1588741+yuhan6665@users.noreply.github.com> Date: Sat, 20 Sep 2025 18:06:47 -0400 Subject: [PATCH] Inbound remove NoTerminationSignal --- testing/scenarios/vmess_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/scenarios/vmess_test.go b/testing/scenarios/vmess_test.go index 402cf940..d290e1fb 100644 --- a/testing/scenarios/vmess_test.go +++ b/testing/scenarios/vmess_test.go @@ -1213,7 +1213,7 @@ func TestVMessGCMLengthAuthPlusNoTerminationSignal(t *testing.T) { { Account: serial.ToTypedMessage(&vmess.Account{ Id: userID.String(), - TestsEnabled: "AuthenticatedLength|NoTerminationSignal", + TestsEnabled: "AuthenticatedLength|", }), }, },