projects
/
platform
/
core
/
dotnet
/
diagnostics.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
379f20a
)
Disable failing AssemblyLoad_ProducesEvents test (#4892)
author
Mike McLaughlin
<mikem@microsoft.com>
Tue, 27 Aug 2024 22:45:35 +0000
(15:45 -0700)
committer
GitHub
<noreply@github.com>
Tue, 27 Aug 2024 22:45:35 +0000
(15:45 -0700)
src/tests/eventpipe/LoaderEvents.cs
patch
|
blob
|
history
diff --git
a/src/tests/eventpipe/LoaderEvents.cs
b/src/tests/eventpipe/LoaderEvents.cs
index 4db4b65bf9f5405b6a86799ff42c3ff41d10a9cb..a54cfea294f6ac628be1082fc6d198a23bc6fcd8 100644
(file)
--- a/
src/tests/eventpipe/LoaderEvents.cs
+++ b/
src/tests/eventpipe/LoaderEvents.cs
@@
-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(() => {