diff options
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/live/live-fast-restream.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/tests/api/live/live-fast-restream.ts b/server/tests/api/live/live-fast-restream.ts index f6959b83c..9e6d10dbd 100644 --- a/server/tests/api/live/live-fast-restream.ts +++ b/server/tests/api/live/live-fast-restream.ts | |||
@@ -95,6 +95,9 @@ describe('Fast restream in live', function () { | |||
95 | async function runTest (replay: boolean) { | 95 | async function runTest (replay: boolean) { |
96 | const { ffmpegCommand, liveVideoUUID } = await fastRestreamWrapper({ replay }) | 96 | const { ffmpegCommand, liveVideoUUID } = await fastRestreamWrapper({ replay }) |
97 | 97 | ||
98 | // TODO: remove, we try to debug a test timeout failure here | ||
99 | console.log('Ensuring last live works') | ||
100 | |||
98 | await ensureLastLiveWorks(liveVideoUUID) | 101 | await ensureLastLiveWorks(liveVideoUUID) |
99 | 102 | ||
100 | await stopFfmpeg(ffmpegCommand) | 103 | await stopFfmpeg(ffmpegCommand) |