From: Mike McLaughlin Date: Thu, 11 Jul 2024 17:57:25 +0000 (-0700) Subject: Disable TestLogsAllCategoriesDefaultLevel test (#4786) X-Git-Tag: accepted/tizen/unified/20241231.014852~39^2^2~149 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ae6794daeeb2bbebec7532ccc7bfb08d05816db3;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git Disable TestLogsAllCategoriesDefaultLevel test (#4786) --- diff --git a/src/tests/Microsoft.Diagnostics.Monitoring.EventPipe/EventLogsPipelineUnitTests.cs b/src/tests/Microsoft.Diagnostics.Monitoring.EventPipe/EventLogsPipelineUnitTests.cs index c42910dbb..7cc92be71 100644 --- a/src/tests/Microsoft.Diagnostics.Monitoring.EventPipe/EventLogsPipelineUnitTests.cs +++ b/src/tests/Microsoft.Diagnostics.Monitoring.EventPipe/EventLogsPipelineUnitTests.cs @@ -68,7 +68,7 @@ namespace Microsoft.Diagnostics.Monitoring.EventPipe.UnitTests /// /// Test that log events at or above the default level are collected. /// - [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))