Skip to content

Commit 4f63d48

Browse files
Copilotradical
andauthored
Quarantine flaky test: AzureServiceBusEmulatorResourceGeneratesConfigJsonWithCustomizations (#12578)
* Initial plan * Quarantine flaky test AzureServiceBusEmulatorResourceGeneratesConfigJsonWithCustomizations - Quarantined: AzureServiceBusEmulatorResourceGeneratesConfigJsonWithCustomizations - Issue: #12524 This test is being quarantined due to flakiness in CI. Co-authored-by: radical <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: radical <[email protected]>
1 parent 3ec0e7a commit 4f63d48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Aspire.Hosting.Azure.Tests/AzureServiceBusExtensionsTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Licensed to the .NET Foundation under one or more agreements.
1+
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

44
using System.Text.Json.Nodes;
@@ -498,6 +498,7 @@ public async Task AzureServiceBusEmulatorResourceGeneratesConfigJsonOnlyChangedP
498498

499499
[Fact]
500500
[RequiresDocker]
501+
[QuarantinedTest("https://github.com/dotnet/aspire/issues/12524")]
501502
public async Task AzureServiceBusEmulatorResourceGeneratesConfigJsonWithCustomizations()
502503
{
503504
using var builder = TestDistributedApplicationBuilder.Create();

0 commit comments

Comments
 (0)