diff options
Diffstat (limited to 'ext/websocket/autobahn/fuzzingclient.json')
-rw-r--r-- | ext/websocket/autobahn/fuzzingclient.json | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/ext/websocket/autobahn/fuzzingclient.json b/ext/websocket/autobahn/fuzzingclient.json deleted file mode 100644 index fcee80c99..000000000 --- a/ext/websocket/autobahn/fuzzingclient.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "outdir": "./reports/servers", - "servers": [ - { - "agent": "deno_websocket", - "url": "ws://localhost:6969" - } - ], - "cases": [ - "1.*", - "2.*", - "3.*", - "4.*", - "5.*", - "6.*", - "7.*", - "9.*", - "10.*" - ], - "exclude-cases": [ - "11.*", - "12.*", - "13.*" - ], - "exclude-agent-cases": {} -} |