Skip to content

Commit

Permalink
#1833 test
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Dec 19, 2024
1 parent 29f1740 commit 19a1681
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -305,13 +305,6 @@ public async Task DownloadFfMpeg_PrepareBeforeRunningFail()

var resultPrepFail = await ffmpegDownload.DownloadFfMpeg();

// Chmod does not exist on windows
if ( appSettings.IsWindows )
{
Assert.AreEqual(FfmpegDownloadStatus.Ok, resultPrepFail);
return;
}

Assert.AreEqual(FfmpegDownloadStatus.PrepareBeforeRunningFailed, resultPrepFail);
}

Expand Down

0 comments on commit 19a1681

Please sign in to comment.