Skip to content

Commit

Permalink
Skip test GetOrCreateAsync_WithUnhandledExceptionInPlugin_Throws (#4831)
Browse files Browse the repository at this point in the history
  • Loading branch information
zivkan authored Sep 28, 2022
1 parent 9a62cfd commit d0e9194
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public async Task GetOrCreateAsync_SuccessfullyHandshakes()
}
}

[PlatformFact(Platform.Windows)]
[PlatformFact(Platform.Windows, Skip = "https://github.com/NuGet/Home/issues/12122")]
public async Task GetOrCreateAsync_WithUnhandledExceptionInPlugin_Throws()
{
using (var cancellationTokenSource = new CancellationTokenSource(TestTimeout))
Expand Down

0 comments on commit d0e9194

Please sign in to comment.