Removed failing on purpose, test should now pass

This commit is contained in:
2025-01-07 17:23:45 +02:00
parent 06a15e6c70
commit 8dcccbfaa4

View File

@@ -55,7 +55,6 @@ func testPacketEncodingDecoding(t *testing.T, payload Payload) {
}
func TestPacketFramer(t *testing.T) {
require.True(t, false, "Failing on purpose")
ctx, cancel := context.WithTimeout(context.Background(), time.Millisecond*20)
defer cancel()
framer := NewFramer()