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() };