Skip to content

Commit ab03050

Browse files
committed
Disable most of the SK .NET tests until we can address flakyness.
1 parent f1e1087 commit ab03050

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

semantic-kernel-csharp/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ sed -i -e 's/"The MongoDB container is intermittently timing out at startup time
3131
# Remove the attribute blocking tests so we can run them
3232
sed -i -e 's/\[DisableVectorStoreTests(Skip = "The MongoDB container is intermittently timing out at startup time blocking prs, so these test should be run manually.")\]//g' dotnet/src/IntegrationTests/Connectors/Memory/MongoDB/MongoDBVectorStoreTests.cs
3333

34-
echo "Running MongoDBVectorStoreTests and MongoDBVectorStoreRecordCollectionTests"
35-
sudo $DOTNET_SDK_PATH/dotnet test dotnet/src/IntegrationTests/IntegrationTests.csproj --filter "SemanticKernel.IntegrationTests.Connectors.MongoDB.MongoDBVectorStoreTests | SemanticKernel.IntegrationTests.Connectors.MongoDB.MongoDBVectorStoreRecordCollectionTests"
34+
echo "Running MongoDBVectorStoreTests"
35+
sudo $DOTNET_SDK_PATH/dotnet test dotnet/src/IntegrationTests/IntegrationTests.csproj --filter "SemanticKernel.IntegrationTests.Connectors.MongoDB.MongoDBVectorStoreTests"

0 commit comments

Comments
 (0)