Skip to content

Commit

Permalink
[tests] Disable /ef endpoint for cosmos in Playground tests (dotnet#5671
Browse files Browse the repository at this point in the history
)

Issue: dotnet#5415
  • Loading branch information
radical committed Sep 11, 2024
1 parent acc6bc2 commit adf63af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Aspire.Playground.Tests/AppHostTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ public static IList<TestEndpoints> GetAllTestEndpoints()
new ("milvus", "Milvus Proxy successfully initialized and ready to serve"),
]),
new TestEndpoints("CosmosEndToEnd.AppHost",
resourceEndpoints: new() { { "api", ["/alive", "/health", "/", "/ef"] } },
resourceEndpoints: new() { { "api", ["/alive", "/health", "/"] } },
// "/ef" - disabled due to https://github.com/dotnet/aspire/issues/5415
waitForTexts: [
new ("cosmos", "Started$"),
new ("api", "Application started")
Expand Down

0 comments on commit adf63af

Please sign in to comment.