diff --git a/src/Ydb.Sdk/tests/Query/TestQueryIntegration.cs b/src/Ydb.Sdk/tests/Query/TestQueryIntegration.cs index 39a9870f..eb849353 100644 --- a/src/Ydb.Sdk/tests/Query/TestQueryIntegration.cs +++ b/src/Ydb.Sdk/tests/Query/TestQueryIntegration.cs @@ -41,6 +41,7 @@ public TestQueryIntegration() // } // [Fact] + // https://github.com/ydb-platform/ydb-dotnet-sdk/issues/66 public async Task TestSimpleSelect() { await using var driver = await Driver.CreateInitialized(_driverConfig, _loggerFactory);