This repository has been archived by the owner on Feb 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,8 @@ const multiaddr = require('multiaddr') | |
|
||
const WebSocketStar = require('../src') | ||
|
||
const skiptravis = process.env.TRAVIS ? it.skip : it | ||
|
||
describe('listen', () => { | ||
let ws | ||
|
||
|
@@ -51,7 +53,7 @@ describe('listen', () => { | |
// TODO ? Should this apply ? | ||
}) | ||
|
||
it('listen on IPv6 addr', (done) => { | ||
skiptravis('listen on IPv6 addr', (done) => { | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
mkg20001
Author
Member
|
||
const listener = ws.createListener((conn) => {}) | ||
|
||
listener.listen(mav6, (err) => { | ||
|
Can we add a comment about why this is skipped on Travis and not the others?