Skip to content

Commit

Permalink
Bring back GremlinServer and CosmosDb integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcweber committed Jul 22, 2024
1 parent f7d9f3f commit 389213a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/Providers.CosmosDb.Tests/IntegrationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace ExRam.Gremlinq.Providers.CosmosDb.Tests
{
[IntegrationTest("Windows")]
[IntegrationTest("Windows", true)]
public sealed class IntegrationTests : QueryExecutionTest, IClassFixture<CosmosDbEmulatorFixture>
{
public IntegrationTests(CosmosDbEmulatorFixture fixture) : base(
Expand Down
2 changes: 1 addition & 1 deletion test/Providers.GremlinServer.Tests/IntegrationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace ExRam.Gremlinq.Providers.GremlinServer.Tests
{
[IntegrationTest("Linux")]
[IntegrationTest("Linux", true)]
[IntegrationTest("Windows")]
public sealed class IntegrationTests : QueryExecutionTest, IClassFixture<GremlinServerContainerFixture>
{
Expand Down

0 comments on commit 389213a

Please sign in to comment.