From a71a55741f42aa3f381d92528ceb1fb215e183bc Mon Sep 17 00:00:00 2001 From: Malte Rosenbjerg Date: Fri, 17 Oct 2025 15:08:35 +0200 Subject: [PATCH] Use OsSpecificTestMethod on GetAllLatestSuiteTest --- FFMpegCore.Test/DownloaderTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FFMpegCore.Test/DownloaderTests.cs b/FFMpegCore.Test/DownloaderTests.cs index 77bb1fd..7c045d6 100644 --- a/FFMpegCore.Test/DownloaderTests.cs +++ b/FFMpegCore.Test/DownloaderTests.cs @@ -22,7 +22,7 @@ public class DownloaderTests } } - [TestMethod] + [OsSpecificTestMethod(OsPlatforms.Windows | OsPlatforms.Linux)] public async Task GetAllLatestSuiteTest() { var options = new FFOptions { BinaryFolder = Path.GetTempPath() };