Skip to content

Commit

Permalink
test: Configure Kafka container tests to run sequentially rather than…
Browse files Browse the repository at this point in the history
… in parallel. (#2040)
  • Loading branch information
tippmar-nr authored Nov 9, 2023
1 parent 5276c1e commit 6b3c033
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,15 @@ internal static string GenerateTopic()
}
}

[Collection("Sequential")]
public class UbuntuX64Kafka1Test : LinuxKafkaTest<UbuntuX64Kafka1TestFixture>
{
public UbuntuX64Kafka1Test(UbuntuX64Kafka1TestFixture fixture, ITestOutputHelper output) : base(fixture, output)
{
}
}

[Collection("Sequential")]
public class UbuntuX64Kafka2Test : LinuxKafkaTest<UbuntuX64Kafka2TestFixture>
{
public UbuntuX64Kafka2Test(UbuntuX64Kafka2TestFixture fixture, ITestOutputHelper output) : base(fixture, output)
Expand Down

0 comments on commit 6b3c033

Please sign in to comment.