diff --git a/test/Providers.GremlinServer.Tests/PasswordSecuredIntegrationTests.cs b/test/Providers.GremlinServer.Tests/PasswordSecuredIntegrationTests.cs index ffad76263..0971bdb9e 100644 --- a/test/Providers.GremlinServer.Tests/PasswordSecuredIntegrationTests.cs +++ b/test/Providers.GremlinServer.Tests/PasswordSecuredIntegrationTests.cs @@ -3,7 +3,7 @@ namespace ExRam.Gremlinq.Providers.GremlinServer.Tests { - [IntegrationTest("Linux")] + [IntegrationTest("Linux", true)] [IntegrationTest("Windows")] public class PasswordSecuredIntegrationTests : QueryExecutionTest, IClassFixture {