Skip to content

Commit

Permalink
Disabled Reactive Nested Queries Intgeration Tests
Browse files Browse the repository at this point in the history
Random flakiness in this set on TC only. Temporarily disabled.
  • Loading branch information
AndyHeap-NeoTech committed Dec 14, 2021
1 parent 315fc0b commit 5f06608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testkit/integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def run(args):
failFlag = False
run(["dotnet", "test", "Neo4j.Driver.Tests.Integration.csproj", "--filter", "DisplayName~IntegrationTests.Internals"])
run(["dotnet", "test", "Neo4j.Driver.Tests.Integration.csproj", "--filter", "DisplayName~IntegrationTests.Direct"])
run(["dotnet", "test", "Neo4j.Driver.Tests.Integration.csproj", "-p:ParallelizeTestCollections=false", "--filter", "DisplayName~IntegrationTests.Reactive"])
run(["dotnet", "test", "Neo4j.Driver.Tests.Integration.csproj", "--filter", "DisplayName~IntegrationTests.Reactive&DisplayName!~IntegrationTests.Reactive.NestedQueriesIT"])
# TODO: Re-enable for cluster tests if not replaced by testkit native ones.
# run(["dotnet", "test", "Neo4j.Driver.Tests.Integration.csproj", "--filter", "DisplayName~IntegrationTests.Routing"])
run(["dotnet", "test", "Neo4j.Driver.Tests.Integration.csproj", "--filter", "DisplayName~IntegrationTests.Types"])
Expand Down

0 comments on commit 5f06608

Please sign in to comment.