Skip to content

Commit 0640673

Browse files
committed
enable tests Execute_StateUnderTest_MissingInstrumentationState and Execute_StateUnderTest_WithInstrumentationState_Fake
1 parent f37edb1 commit 0640673

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/coverlet.msbuild.tasks.tests/CoverageResultTaskTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public CoverageResultTaskTests()
3939
_mockAssemblyAdapter.Setup(x => x.GetAssemblyName(It.IsAny<string>())).Returns("abc");
4040
}
4141

42-
[Fact(Skip = "runtime issue: 'Could not load file or assembly 'Microsoft.Build.Framework, Version=15.1.0.0' ")]
42+
[Fact]
4343
public void Execute_StateUnderTest_MissingInstrumentationState()
4444
{
4545
// Arrange
@@ -69,7 +69,7 @@ public void Execute_StateUnderTest_MissingInstrumentationState()
6969
Assert.Equal("[coverlet] Result of instrumentation task not found", _errors.FirstOrDefault()?.Message);
7070
}
7171

72-
[Fact(Skip = "runtime issue: 'Could not load file or assembly 'Microsoft.Build.Framework, Version=15.1.0.0' ")]
72+
[Fact]
7373
public void Execute_StateUnderTest_WithInstrumentationState_Fake()
7474
{
7575
// Arrange

0 commit comments

Comments
 (0)