diff --git a/packages/core/test/quarantine/ws/scripts/extra_options.json b/packages/core/test/quarantine/ws/scripts/extra_options.json deleted file mode 100644 index 23e6efdec5..0000000000 --- a/packages/core/test/quarantine/ws/scripts/extra_options.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "config": { - "target": "wss://localhost:9443", - "phases": [{ "duration": 1, "arrivalCount": 1 }], - "ws": { - "rejectUnauthorized": false - } - }, - "scenarios": [ - { - "engine": "ws", - "flow": [{ "send": "hello" }] - } - ] -}