From 5e0054ec6ab220c943cf8a6c69556dcff61cb49b Mon Sep 17 00:00:00 2001 From: Thaddeus Date: Thu, 19 May 2022 12:34:42 +0200 Subject: [PATCH] test: disable bitfinex --- test/stream.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/stream.test.ts b/test/stream.test.ts index 2611855..d9da5de 100644 --- a/test/stream.test.ts +++ b/test/stream.test.ts @@ -105,7 +105,8 @@ describe('stream', () => { exchange === 'upbit' || exchange === 'binance-options' || exchange === 'okex-futures' || - exchange === 'okex-options' + exchange === 'okex-options' || + exchange === 'bitfinex' ) { return }