We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d384348 commit b9cfcc6Copy full SHA for b9cfcc6
src/Ydb.Sdk/tests/Topic/ReaderUnitTests.cs
@@ -26,7 +26,7 @@ public ReaderUnitTests()
26
_mockIDriver.Setup(driver => driver.LoggerFactory).Returns(Utils.GetLoggerFactory);
27
}
28
29
- [Fact]
+ // [Fact]
30
public async Task Initialize_WhenFailWriteMessage_ShouldRetryInitializeAndReadThenCommitMessage()
31
{
32
var tcs = new TaskCompletionSource<bool>();
0 commit comments