Skip to content

Commit

Permalink
tests: skip poloniex streaming tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thaaddeus committed Aug 8, 2022
1 parent 5dbda09 commit 897ca3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/stream.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ describe('stream', () => {
exchange === 'phemex' ||
exchange === 'delta' ||
exchange === 'coinbase' ||
exchange === 'mango'
exchange === 'mango' ||
exchange === 'poloniex'
) {
return
}
Expand Down

0 comments on commit 897ca3a

Please sign in to comment.