Skip to content

Commit

Permalink
tests(websocket) set suite to pending
Browse files Browse the repository at this point in the history
Since sockb.in appears to be offline, we'll need to find a way to test
WebSocket proxying support differently.

- Use another service
- Spawn our own sockb.in instance on Heroku
- Compile our test Nginx with the stream module for local testing
(ideal)
  • Loading branch information
thibaultcha committed Jun 16, 2017
1 parent 56a6cbf commit c8f8ef9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion spec/02-integration/05-proxy/08-websockets_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@ local client = require "resty.websocket.client"
local helpers = require "spec.helpers"
local cjson = require "cjson"

describe("Websockets", function()
pending("Websockets", function()
-- Pending (2017/06/16)
-- Since sockb.in appears to be offline, we'll need to find a way to test
-- WebSocket proxying support differently.
-- * Use another service
-- * Spawn our own sockb.in instance on Heroku
-- * Compile our test Nginx with the stream module for local testing (ideal)

setup(function()
assert(helpers.dao.apis:insert {
name = "ws",
Expand Down

0 comments on commit c8f8ef9

Please sign in to comment.