File tree 1 file changed +1
-3
lines changed
src/libraries/System.Runtime.Loader/tests
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,6 @@ void FirstCallAfterUpdate()
119
119
}
120
120
121
121
[ ConditionalFact ( typeof ( ApplyUpdateUtil ) , nameof ( ApplyUpdateUtil . IsSupported ) ) ]
122
- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/52993" , TestRuntimes . Mono ) ]
123
122
void ClassWithCustomAttributes ( )
124
123
{
125
124
ApplyUpdateUtil . TestCase ( static ( ) =>
@@ -191,7 +190,6 @@ public void CustomAttributeUpdates()
191
190
} ) ;
192
191
}
193
192
194
- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/52993" , TestRuntimes . Mono ) ]
195
193
[ ConditionalFact ( typeof ( ApplyUpdateUtil ) , nameof ( ApplyUpdateUtil . IsSupported ) ) ]
196
194
public void CustomAttributeDelete ( )
197
195
{
@@ -231,7 +229,7 @@ public void CustomAttributeDelete()
231
229
} ) ;
232
230
}
233
231
234
- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/52993 " , TestRuntimes . Mono ) ]
232
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/79043 " , TestRuntimes . Mono ) ]
235
233
[ ConditionalFact ( typeof ( ApplyUpdateUtil ) , nameof ( ApplyUpdateUtil . IsSupported ) ) ]
236
234
public void AsyncMethodChanges ( )
237
235
{
You can’t perform that action at this time.
0 commit comments