Skip to content

Commit

Permalink
Mark test as IntegrationTest.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcweber committed Aug 15, 2024
1 parent b2a3930 commit 6fc4d03
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

namespace ExRam.Gremlinq.Providers.GremlinServer.Tests
{
[IntegrationTest("Linux")]
public class ObjectQueryIntegrationTests : QueryExecutionTest, IClassFixture<GremlinServerContainerFixture>
{
public ObjectQueryIntegrationTests(GremlinServerContainerFixture fixture) : base(
Expand Down

0 comments on commit 6fc4d03

Please sign in to comment.