Commit 89ef1e60 authored by oroulet's avatar oroulet Committed by oroulet

disable dos test

parent e7163da9
......@@ -27,6 +27,7 @@ async def test_max_connections_1(opc):
opc.server.iserver.isession.__class__.max_connections = 1000
@pytest.mark.skip("disabled for now, sending too small packet does not break anything")
async def test_dos_server(opc):
# See issue 1013 a crafted packet triggered dos
port = opc.server.endpoint.port
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment