Skip to content

Commit

Permalink
Disable TestDynamicAssembly tests (#50592)
Browse files Browse the repository at this point in the history
These fail under GCStress.

Issue: #48579
  • Loading branch information
BruceForstall authored Apr 2, 2021
1 parent fc9faf2 commit ae4cd12
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/tests/Loader/ContextualReflection/ContextualReflection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -751,8 +751,10 @@ public void RunTests()
VerifyContextualReflectionProxy();
VerifyUsingStatementContextualReflectionUsage();
VerifyBadContextualReflectionUsage();
TestDynamicAssembly(true);
TestDynamicAssembly(false);

// TestDynamicAssembly() disabled due to https://github.com/dotnet/runtime/issues/48579
//TestDynamicAssembly(true);
//TestDynamicAssembly(false);

RunTests(isolated : false);
alcProgramInstance.RunTestsIsolated();
Expand Down

0 comments on commit ae4cd12

Please sign in to comment.