We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029a1b4 commit cf9c784Copy full SHA for cf9c784
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