File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/coverlet.msbuild.tasks.tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public CoverageResultTaskTests()
39
39
_mockAssemblyAdapter . Setup ( x => x . GetAssemblyName ( It . IsAny < string > ( ) ) ) . Returns ( "abc" ) ;
40
40
}
41
41
42
- [ Fact ( Skip = "runtime issue: 'Could not load file or assembly 'Microsoft.Build.Framework, Version=15.1.0.0' " ) ]
42
+ [ Fact ]
43
43
public void Execute_StateUnderTest_MissingInstrumentationState ( )
44
44
{
45
45
// Arrange
@@ -69,7 +69,7 @@ public void Execute_StateUnderTest_MissingInstrumentationState()
69
69
Assert . Equal ( "[coverlet] Result of instrumentation task not found" , _errors . FirstOrDefault ( ) ? . Message ) ;
70
70
}
71
71
72
- [ Fact ( Skip = "runtime issue: 'Could not load file or assembly 'Microsoft.Build.Framework, Version=15.1.0.0' " ) ]
72
+ [ Fact ]
73
73
public void Execute_StateUnderTest_WithInstrumentationState_Fake ( )
74
74
{
75
75
// Arrange
You can’t perform that action at this time.
0 commit comments