[interp] disable some tests that fail on CI only
[mono.git] / mono / tests / reflection-load-with-context-second-lib.cs
1 using System;
2
3 namespace A
4 {
5         public class ClassA {}
6         public class AnotherClassA {}
7 }