Skip to content

Commit 89fdd21

Browse files
authored
[tests] Disable /ef endpoint for cosmos in Playground tests (#5671)
Issue: #5415
1 parent 68ec8ea commit 89fdd21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Aspire.Playground.Tests/AppHostTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ public static IList<TestEndpoints> GetAllTestEndpoints()
191191
new ("milvus", "Milvus Proxy successfully initialized and ready to serve"),
192192
]),
193193
new TestEndpoints("CosmosEndToEnd.AppHost",
194-
resourceEndpoints: new() { { "api", ["/alive", "/health", "/", "/ef"] } },
194+
resourceEndpoints: new() { { "api", ["/alive", "/health", "/"] } },
195+
// "/ef" - disabled due to https://github.com/dotnet/aspire/issues/5415
195196
waitForTexts: [
196197
new ("cosmos", "Started$"),
197198
new ("api", "Application started")

0 commit comments

Comments
 (0)