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 ae13fab commit 5819871Copy full SHA for 5819871
src/Ydb.Sdk/tests/Ado/YdbSchemaTests.cs
@@ -6,6 +6,8 @@
6
7
namespace Ydb.Sdk.Tests.Ado;
8
9
+[CollectionDefinition("YdbSchemaTests isolation test", DisableParallelization = true)]
10
+[Collection("YdbSchemaTests isolation test")]
11
public class YdbSchemaTests : YdbAdoNetFixture
12
{
13
private readonly string _table1;
0 commit comments