Disable failing AssemblyLoad_ProducesEvents test (#4892)
authorMike McLaughlin <mikem@microsoft.com>
Tue, 27 Aug 2024 22:45:35 +0000 (15:45 -0700)
committerGitHub <noreply@github.com>
Tue, 27 Aug 2024 22:45:35 +0000 (15:45 -0700)
src/tests/eventpipe/LoaderEvents.cs

index 4db4b65bf9f5405b6a86799ff42c3ff41d10a9cb..a54cfea294f6ac628be1082fc6d198a23bc6fcd8 100644 (file)
@@ -32,7 +32,7 @@ namespace EventPipe.UnitTests.LoaderEventsValidation
             output = outputHelper;
         }
 
-        [Fact]
+        [Fact(Skip="https://github.com/dotnet/diagnostics/issues/4655")]
         public async Task AssemblyLoad_ProducesEvents()
         {
             await RemoteTestExecutorHelper.RunTestCaseAsync(() => {