Browse Source

Add RunSerial attribute to the encoder and decoder tests

pull/1552/head
Brian Popow 5 years ago
parent
commit
388eb5267b
  1. 1
      tests/ImageSharp.Tests/Formats/WebP/WebpDecoderTests.cs
  2. 1
      tests/ImageSharp.Tests/Formats/WebP/WebpEncoderTests.cs

1
tests/ImageSharp.Tests/Formats/WebP/WebpDecoderTests.cs

@ -14,6 +14,7 @@ using static SixLabors.ImageSharp.Tests.TestImages.WebP;
// ReSharper disable InconsistentNaming
namespace SixLabors.ImageSharp.Tests.Formats.Webp
{
[Collection("RunSerial")]
[Trait("Format", "Webp")]
public class WebpDecoderTests
{

1
tests/ImageSharp.Tests/Formats/WebP/WebpEncoderTests.cs

@ -10,6 +10,7 @@ using static SixLabors.ImageSharp.Tests.TestImages.WebP;
namespace SixLabors.ImageSharp.Tests.Formats.Webp
{
[Collection("RunSerial")]
[Trait("Format", "Webp")]
public class WebpEncoderTests
{

Loading…
Cancel
Save