Skip to content

Commit c6d3a8f

Browse files
committed
[Test] Reenable EventPipeSessionTests
1 parent afc42cb commit c6d3a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/Microsoft.Diagnostics.NETCore.Client/EventPipeSessionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ private async Task StartEventPipeSessionWithSingleProviderTestCore(TestConfigura
173173
runner.Stop();
174174
}
175175

176-
[SkippableTheory(Skip = "https://github.com/dotnet/diagnostics/issues/4717"), MemberData(nameof(Configurations))]
176+
[SkippableTheory, MemberData(nameof(Configurations))]
177177
public async Task StartEventPipeSessionWithoutStackwalkTestAsync(TestConfiguration testConfig)
178178
{
179179
if (testConfig.RuntimeFrameworkVersionMajor < 9)

0 commit comments

Comments
 (0)