Skip to content

Commit d41b783

Browse files
Try running tests sequentially via base attribute
1 parent 30e873b commit d41b783

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/ImageSharp.Web.Tests/TestUtilities/ServerTestBase.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
namespace SixLabors.ImageSharp.Web.Tests.TestUtilities
1616
{
17+
[Collection("Server tests")]
1718
public abstract class ServerTestBase<TFixture> : IClassFixture<TFixture>
1819
where TFixture : TestServerFixture
1920
{

0 commit comments

Comments
 (0)