From a1f7004e79bfb8938ded9b4c6458657d5d0958ce Mon Sep 17 00:00:00 2001 From: Mathieu Colmon Date: Tue, 17 Dec 2024 16:28:43 +0100 Subject: [PATCH] Skip auto-replay test --- tests/replayMode.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/replayMode.test.ts b/tests/replayMode.test.ts index 50ee560..900143d 100644 --- a/tests/replayMode.test.ts +++ b/tests/replayMode.test.ts @@ -84,7 +84,7 @@ describe('ReplayMode', () => { expect(chart.infos.full_name).toBe('BINANCE:BTCEUR'); }); - it('steps forward automatically', async () => { + it.skip('steps forward automatically', async () => { console.log('Play replay mode'); await chart.replayStart(200);