mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 00:24:14 +01:00
Add SupportedOSPlatform attribute on tests using SDC
Former-commit-id: 5b0c74e5c0
This commit is contained in:
parent
5f5db69bcd
commit
c5620701a1
2 changed files with 4 additions and 1 deletions
|
@ -8,8 +8,10 @@
|
|||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Runtime.Versioning;
|
||||
using System.Threading.Tasks;
|
||||
using FFMpegCore.Extensions.System.Drawing.Common;
|
||||
using FFMpegCore.Test.Utilities;
|
||||
|
||||
namespace FFMpegCore.Test
|
||||
{
|
||||
|
@ -66,6 +68,7 @@ public void Audio_Add()
|
|||
}
|
||||
|
||||
[TestMethod]
|
||||
[SupportedOSPlatform("windows")]
|
||||
public void Image_AddAudio()
|
||||
{
|
||||
using var outputFile = new TemporaryFile("out.mp4");
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
using FFMpegCore.Extensions.System.Drawing.Common;
|
||||
using FFMpegCore.Pipes;
|
||||
|
||||
namespace FFMpegCore.Test
|
||||
namespace FFMpegCore.Test.Utilities
|
||||
{
|
||||
static class BitmapSource
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue