Skip to content

Commit

Permalink
test: disable bitfinex
Browse files Browse the repository at this point in the history
  • Loading branch information
thaaddeus committed May 19, 2022
1 parent 08fbb1f commit 5e0054e
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 @@ -105,7 +105,8 @@ describe('stream', () => {
exchange === 'upbit' ||
exchange === 'binance-options' ||
exchange === 'okex-futures' ||
exchange === 'okex-options'
exchange === 'okex-options' ||
exchange === 'bitfinex'
) {
return
}
Expand Down

0 comments on commit 5e0054e

Please sign in to comment.