diff options
author | Loïc Hoguin <[email protected]> | 2018-11-20 13:23:59 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-11-20 13:23:59 +0100 |
commit | 7b5da290199fa0d668b8d9d8267e188b66da1eb3 (patch) | |
tree | 8653d5d5e646504829c8351e962572b2c3e59777 /test/ws_SUITE_data | |
parent | 386df43ea4e0ffb8edf652ae65810957f953a9de (diff) | |
download | cowboy-7b5da290199fa0d668b8d9d8267e188b66da1eb3.tar.gz cowboy-7b5da290199fa0d668b8d9d8267e188b66da1eb3.tar.bz2 cowboy-7b5da290199fa0d668b8d9d8267e188b66da1eb3.zip |
Don't run long test suites by default
The examples test suite is only useful once in a while
in order to know whether examples were broken, for example
before issuing a release.
The new ws_autobahn test suite isolates the autobahn test
suite so that it can be ignored by default. It's only
useful to run it when working on the Websocket code or
before issuing a release.
Diffstat (limited to 'test/ws_SUITE_data')
-rw-r--r-- | test/ws_SUITE_data/client.json | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test/ws_SUITE_data/client.json b/test/ws_SUITE_data/client.json deleted file mode 100644 index 7899503..0000000 --- a/test/ws_SUITE_data/client.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "options": {"failByDrop": false}, - "enable-ssl": false, - - "servers": [{ - "agent": "Cowboy", - "url": "ws://localhost:33080/ws_echo", - "options": {"version": 18} - }], - - "cases": ["*"], - "exclude-cases": [], - "exclude-agent-cases": {} -} |