From 289545ec1ecc67beea80347e3c8d1ecae2076227 Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Mon, 9 Sep 2024 22:30:35 -0400 Subject: [PATCH] [tests] Disable flaky `Aspire.Hosting.Tests.SlimTestProgramTests` tests Issue: https://github.com/dotnet/aspire/issues/5637 --- tests/Aspire.Hosting.Tests/SlimTestProgramTests.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Aspire.Hosting.Tests/SlimTestProgramTests.cs b/tests/Aspire.Hosting.Tests/SlimTestProgramTests.cs index b48ddf65d0..1e1dd9526c 100644 --- a/tests/Aspire.Hosting.Tests/SlimTestProgramTests.cs +++ b/tests/Aspire.Hosting.Tests/SlimTestProgramTests.cs @@ -17,6 +17,7 @@ public SlimTestProgramTests(SlimTestProgramFixture slimTestProgramFixture) } [Fact] + [ActiveIssue("https://github.com/dotnet/aspire/issues/5637")] public async Task TestProjectStartsAndStopsCleanly() { var testProgram = _slimTestProgramFixture.TestProgram; @@ -41,6 +42,7 @@ private static async Task EnsureServicesAreRunning(TestProgram testProgram, Canc } [Fact] + [ActiveIssue("https://github.com/dotnet/aspire/issues/5637")] public async Task TestPortOnEndpointAnnotationAndAllocatedEndpointAnnotationMatch() { var testProgram = _slimTestProgramFixture.TestProgram; @@ -59,6 +61,7 @@ public async Task TestPortOnEndpointAnnotationAndAllocatedEndpointAnnotationMatc } [Fact] + [ActiveIssue("https://github.com/dotnet/aspire/issues/5637")] public async Task TestPortOnEndpointAnnotationAndAllocatedEndpointAnnotationMatchForReplicatedServices() { var testProgram = _slimTestProgramFixture.TestProgram;