We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc42cb commit c6d3a8fCopy full SHA for c6d3a8f
src/tests/Microsoft.Diagnostics.NETCore.Client/EventPipeSessionTests.cs
@@ -173,7 +173,7 @@ private async Task StartEventPipeSessionWithSingleProviderTestCore(TestConfigura
173
runner.Stop();
174
}
175
176
- [SkippableTheory(Skip = "https://github.com/dotnet/diagnostics/issues/4717"), MemberData(nameof(Configurations))]
+ [SkippableTheory, MemberData(nameof(Configurations))]
177
public async Task StartEventPipeSessionWithoutStackwalkTestAsync(TestConfiguration testConfig)
178
{
179
if (testConfig.RuntimeFrameworkVersionMajor < 9)
0 commit comments