Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[mono] Re-enable test
  • Loading branch information
BrzVlad authored and github-actions committed Aug 17, 2022
commit 262903f90d87a15b24493fae83a896ed2cb994cb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ public void Invoke_StaticConstructor_NullObject_NullParameters()
}

[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsInvokingStaticConstructorsSupported))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/40351", TestRuntimes.Mono)]
public void Invoke_StaticConstructorMultipleTimes()
{
ConstructorInfo[] constructors = GetConstructors(typeof(ClassWithStaticConstructorThatIsCalledMultipleTimesViaReflection));
Expand Down