Skip to content

Commit

Permalink
Re-enable PasswordSecuredIntegrationTests on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcweber committed Sep 21, 2024
1 parent 75390f6 commit 867f3ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

0 comments on commit 867f3ee

Please sign in to comment.