Skip to content

Commit

Permalink
remove sequential test attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerje committed Dec 14, 2024
1 parent faa3042 commit adcb93a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
14 changes: 0 additions & 14 deletions src/Tests/Unit/ServiceWireTests/SequentialCollection.cs

This file was deleted.

1 change: 0 additions & 1 deletion src/Tests/Unit/ServiceWireTests/TcpTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

namespace ServiceWireTests
{
[Collection("Sequential Collection")]
public class TcpTests : IDisposable
{
private INetTester _tester;
Expand Down
1 change: 0 additions & 1 deletion src/Tests/Unit/ServiceWireTests/TcpZkTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public ZkPasswordHash GetPasswordHashSet(string username)
}
}

[Collection("Sequential Collection")]
public class TcpZkTests : IDisposable
{
private INetTester _tester;
Expand Down

0 comments on commit adcb93a

Please sign in to comment.