diff --git a/sdk/identity/Azure.Identity/tests/IdentityRecordedTestBase.cs b/sdk/identity/Azure.Identity/tests/IdentityRecordedTestBase.cs index 9a6e7b8e538ad..a005f45008503 100644 --- a/sdk/identity/Azure.Identity/tests/IdentityRecordedTestBase.cs +++ b/sdk/identity/Azure.Identity/tests/IdentityRecordedTestBase.cs @@ -12,6 +12,8 @@ public abstract class IdentityRecordedTestBase : RecordedTestBase GetEncryptionVersions() diff --git a/sdk/storage/Azure.Storage.Queues/tests/ClientSideEncryptionTests.cs b/sdk/storage/Azure.Storage.Queues/tests/ClientSideEncryptionTests.cs index 5338ca89b264b..5e5d2e8b1cc52 100644 --- a/sdk/storage/Azure.Storage.Queues/tests/ClientSideEncryptionTests.cs +++ b/sdk/storage/Azure.Storage.Queues/tests/ClientSideEncryptionTests.cs @@ -39,6 +39,8 @@ public class ClientSideEncryptionTests : QueueTestBase public ClientSideEncryptionTests(bool async) : base(async, null /* RecordedTestMode.Record /* to re-record */) { + // TODO: enable after new KeyValue is released (after Dec 2023) + TestDiagnostics = false; } private static IEnumerable GetEncryptionVersions()