Skip to content

Commit 7192940

Browse files
committed
enable skipped tests
1 parent 0a2024d commit 7192940

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "8.0.407"
3+
"version": "8.0.408"
44
}
55
}

test/coverlet.core.coverage.tests/Coverage/CoverageTests.AsyncAwait.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public void AsyncAwait_Issue_669_1()
102102
}
103103
}
104104

105-
[Fact(Skip = "Unhandled exception: System.InvalidOperationException: Sequence contains more than one matching element, InstrumenterHelper.cs:line 139 ")]
105+
[Fact]
106106
public void AsyncAwait_Issue_669_2()
107107
{
108108
string path = Path.GetTempFileName();

test/coverlet.core.coverage.tests/Coverage/CoverageTests.DoesNotReturn.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public void NoBranches_DoesNotReturnAttribute_InstrumentsCorrect()
4747
}
4848
}
4949

50-
[Fact(Skip = "xunit.v3 '(Explicit=true)' (System.Console.ReadKey, Instrumentation.DoesNotReturn.cs line 22) ")]
50+
[Fact]
5151
public void If_DoesNotReturnAttribute_InstrumentsCorrect()
5252
{
5353
string path = Path.GetTempFileName();
@@ -78,7 +78,7 @@ public void If_DoesNotReturnAttribute_InstrumentsCorrect()
7878
}
7979
}
8080

81-
[Fact(Skip = "xunit.v3 '(Explicit=true)' (System.Console.ReadKey, Instrumentation.DoesNotReturn.cs line 36) ")]
81+
[Fact]
8282
public void Switch_DoesNotReturnAttribute_InstrumentsCorrect()
8383
{
8484
string path = Path.GetTempFileName();
@@ -109,7 +109,7 @@ public void Switch_DoesNotReturnAttribute_InstrumentsCorrect()
109109
}
110110
}
111111

112-
[Fact(Skip = "xunit.v3 '(Explicit=true)' (System.Console.ReadKey, Instrumentation.DoesNotReturn.cs line 37) ")]
112+
[Fact]
113113
public void Subtle_DoesNotReturnAttribute_InstrumentsCorrect()
114114
{
115115
string path = Path.GetTempFileName();
@@ -140,7 +140,7 @@ public void Subtle_DoesNotReturnAttribute_InstrumentsCorrect()
140140
}
141141
}
142142

143-
[Fact(Skip = "xunit.v3 '(Explicit=true)' (System.Console.ReadKey, Instrumentation.DoesNotReturn.cs line 107) ")]
143+
[Fact]
144144
public void UnreachableBranch_DoesNotReturnAttribute_InstrumentsCorrect()
145145
{
146146
string path = Path.GetTempFileName();

0 commit comments

Comments
 (0)