Skip to content

Commit

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

Issue: dotnet#48579
  • Loading branch information
BruceForstall committed Apr 1, 2021
1 parent 6617892 commit c05f244
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 c05f244

Please sign in to comment.