X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=server%2Ftests%2Fshared%2Flive.ts;h=7935033110cff50e8324847454c0853bd692f9dc;hb=5170f492b95dc81b75230312411c5fdb0019eed2;hp=31f92ef19a568b5c5396d58d31eba97784b9924a;hpb=9d1e41e8bbd9afd961f2dd48c791a3be114e878d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/shared/live.ts b/server/tests/shared/live.ts index 31f92ef19..793503311 100644 --- a/server/tests/shared/live.ts +++ b/server/tests/shared/live.ts @@ -115,7 +115,8 @@ async function testLiveVideoResolutions (options: { baseUrlSegment: baseUrl, videoUUID: video.uuid, segmentName, - hlsPlaylist + hlsPlaylist, + withRetry: objectStorage // With object storage, the request may fail because of inconsistent data in S3 }) if (originServer.internalServerNumber === server.internalServerNumber) {