Skip to content

Commit 8142d2a

Browse files
committed
Re-enable tests that were disabled for #1364
1 parent 7edc257 commit 8142d2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/Microsoft.VisualStudio.Threading.Analyzers.Tests/VSTHRD010MainThreadUsageAnalyzerTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ class Test {
215215
}.RunAsync();
216216
}
217217

218-
[Fact(Skip = "Started failing after CodeAnalysis upgrade that caught a bug in the code fix. #1364")]
218+
[Fact]
219219
public async Task TransitiveNoCheck_InCtor()
220220
{
221221
var test = @"
@@ -522,7 +522,7 @@ void VerifyOnUIThread() {
522522
await CSVerify.VerifyAnalyzerAsync(test, expected);
523523
}
524524

525-
[Fact(Skip = "Started failing after CodeAnalysis upgrade that caught a bug in the code fix. #1364")]
525+
[Fact]
526526
public async Task RequiresUIThreadTransitive_MultipleInMember()
527527
{
528528
var test = @"

0 commit comments

Comments
 (0)