Disable TestLogsAllCategoriesDefaultLevel test (#4786)
authorMike McLaughlin <mikem@microsoft.com>
Thu, 11 Jul 2024 17:57:25 +0000 (10:57 -0700)
committerGitHub <noreply@github.com>
Thu, 11 Jul 2024 17:57:25 +0000 (10:57 -0700)
src/tests/Microsoft.Diagnostics.Monitoring.EventPipe/EventLogsPipelineUnitTests.cs

index c42910dbb7a6f4b6c686642f415f428124c06dbe..7cc92be71c7047456bd74e7f385a442e01b00388 100644 (file)
@@ -68,7 +68,7 @@ namespace Microsoft.Diagnostics.Monitoring.EventPipe.UnitTests
         /// <summary>
         /// Test that log events at or above the default level are collected.
         /// </summary>
-        [SkippableTheory, MemberData(nameof(Configurations))]
+        [SkippableTheory(Skip = "https://github.com/dotnet/diagnostics/issues/4718"), MemberData(nameof(Configurations))]
         public async Task TestLogsAllCategoriesDefaultLevel(TestConfiguration config)
         {
             if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))