Browse Source

Don't validate messages during conformance test 002

Stan Janssen 4 năm trước cách đây
mục cha
commit
1567e76ad6
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      test/conformance/test_conformance_002.py

+ 0 - 1
test/conformance/test_conformance_002.py

@@ -68,7 +68,6 @@ async def test_conformance_002():
                          request_id=generate_id(),
                          vtn_id=generate_id(),
                          events=[event])
-    validate_message(msg)
 
     # Parse the message
     parsed_type, parsed_msg = parse_message(msg)