Skip to content

Commit

Permalink
Skip Azure Cosmos DB integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilchie committed May 7, 2024
1 parent ad6ebe5 commit 006f1c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace SemanticKernel.IntegrationTests.Connectors.AzureCosmosDBNoSQL;
/// </summary>
public class AzureCosmosDBNoSQLMemoryStoreTests : IClassFixture<AzureCosmosDBNoSQLMemoryStoreTestsFixture>
{
private const string? SkipReason = null;//"Azure CosmosDB Account with Vector indexing enabled required";
private const string? SkipReason = "Azure Cosmos DB Account with Vector indexing enabled required";

private readonly AzureCosmosDBNoSQLMemoryStoreTestsFixture _fixture;

Expand Down

0 comments on commit 006f1c3

Please sign in to comment.