Browse Source

Run gif metadata tests serial with decoder and encoder tests

pull/1552/head
Brian Popow 5 years ago
parent
commit
cd0148c6a9
  1. 1
      tests/ImageSharp.Tests/Formats/Gif/GifMetadataTests.cs

1
tests/ImageSharp.Tests/Formats/Gif/GifMetadataTests.cs

@ -13,6 +13,7 @@ using Xunit;
namespace SixLabors.ImageSharp.Tests.Formats.Gif
{
[Collection("RunSerial")]
[Trait("Format", "Gif")]
public class GifMetadataTests
{

Loading…
Cancel
Save