Use OsSpecificTestMethod on GetAllLatestSuiteTest

This commit is contained in:
Malte Rosenbjerg 2025-10-17 15:08:35 +02:00
parent bfcb1b9544
commit a71a55741f

View file

@ -22,7 +22,7 @@ public class DownloaderTests
}
}
[TestMethod]
[OsSpecificTestMethod(OsPlatforms.Windows | OsPlatforms.Linux)]
public async Task GetAllLatestSuiteTest()
{
var options = new FFOptions { BinaryFolder = Path.GetTempPath() };