Run the Grpc TestcontainersTests sequential (#1402)

This commit is contained in:
Stef Heyenrath
2025-12-21 09:40:16 +01:00
committed by GitHub
parent 4c797c328f
commit 16e3872402
2 changed files with 26 additions and 2 deletions
@@ -15,7 +15,7 @@ using Xunit.Abstractions;
namespace WireMock.Net.Tests.Testcontainers;
public partial class TestcontainersTests(ITestOutputHelper testOutputHelper)
public class TestcontainersTests(ITestOutputHelper testOutputHelper)
{
[Fact]
public async Task WireMockContainer_Build_And_StartAsync_and_StopAsync()