diff --git a/src/coreclr/src/vm/class.cpp b/src/coreclr/src/vm/class.cpp
index c87c21d1515..41a1a63d01e 100644
--- a/src/coreclr/src/vm/class.cpp
+++ b/src/coreclr/src/vm/class.cpp
@@ -87,9 +87,6 @@ void EEClass::Destruct(MethodTable * pOwningMT)
#ifndef CROSSGEN_COMPILE
- // Not expected to be called for array EEClass
- _ASSERTE(!pOwningMT->IsArray());
-
#ifdef _DEBUG
_ASSERTE(!IsDestroyed());
SetDestroyed();
diff --git a/src/coreclr/tests/src/Interop/COM/ComWrappers/API/ComWrappersTests.csproj b/src/coreclr/tests/src/Interop/COM/ComWrappers/API/ComWrappersTests.csproj
index 83acfa1f6fd..df719b7db8c 100644
--- a/src/coreclr/tests/src/Interop/COM/ComWrappers/API/ComWrappersTests.csproj
+++ b/src/coreclr/tests/src/Interop/COM/ComWrappers/API/ComWrappersTests.csproj
@@ -3,6 +3,8 @@
Exe
true
+
+ true
true
true
diff --git a/src/coreclr/tests/src/Loader/binding/tracing/BinderTracingTest.Basic.csproj b/src/coreclr/tests/src/Loader/binding/tracing/BinderTracingTest.Basic.csproj
index c5b8d00433f..df0b34b275e 100644
--- a/src/coreclr/tests/src/Loader/binding/tracing/BinderTracingTest.Basic.csproj
+++ b/src/coreclr/tests/src/Loader/binding/tracing/BinderTracingTest.Basic.csproj
@@ -1,4 +1,8 @@
+
+
+ true
+
diff --git a/src/coreclr/tests/src/Loader/binding/tracing/BinderTracingTest.ResolutionFlow.csproj b/src/coreclr/tests/src/Loader/binding/tracing/BinderTracingTest.ResolutionFlow.csproj
index fe21150615f..3bc5ed34377 100644
--- a/src/coreclr/tests/src/Loader/binding/tracing/BinderTracingTest.ResolutionFlow.csproj
+++ b/src/coreclr/tests/src/Loader/binding/tracing/BinderTracingTest.ResolutionFlow.csproj
@@ -1,4 +1,8 @@
+
+
+ true
+