diff --git a/tests/Aspire.Hosting.Azure.Tests/AzureServiceBusExtensionsTests.cs b/tests/Aspire.Hosting.Azure.Tests/AzureServiceBusExtensionsTests.cs index 0a1fefee5f2..1d8bbf9667c 100644 --- a/tests/Aspire.Hosting.Azure.Tests/AzureServiceBusExtensionsTests.cs +++ b/tests/Aspire.Hosting.Azure.Tests/AzureServiceBusExtensionsTests.cs @@ -1,4 +1,4 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Text.Json.Nodes; @@ -498,6 +498,7 @@ public async Task AzureServiceBusEmulatorResourceGeneratesConfigJsonOnlyChangedP [Fact] [RequiresDocker] + [QuarantinedTest("https://github.com/dotnet/aspire/issues/12524")] public async Task AzureServiceBusEmulatorResourceGeneratesConfigJsonWithCustomizations() { using var builder = TestDistributedApplicationBuilder.Create();