Skip to content

Commit b572e37

Browse files
committed
Re-enable test
This test was disabled before I've implemented TrackRentedBytesAsync correctly. This should pass now.
1 parent 4ba06f9 commit b572e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/Test/AsyncIntegration/TestBasicPublishCopyBodyAsync.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ protected override ConnectionFactory CreateConnectionFactory()
1818
return factory;
1919
}
2020

21-
[Theory(Skip = "Parallelization is disabled for this collection")]
21+
[Theory]
2222
[InlineData(512)]
2323
[InlineData(1024)]
2424
public async Task TestNonCopyingBody(ushort size)

0 commit comments

Comments
 (0)