Disable TypeEquivalence tests due to flaky x86 build (#21294)
authorAaron Robinson <arobins@microsoft.com>
Fri, 30 Nov 2018 06:51:08 +0000 (22:51 -0800)
committerGitHub <noreply@github.com>
Fri, 30 Nov 2018 06:51:08 +0000 (22:51 -0800)
* Remove includes of SDK imports from prop and targets files

* Disable TypeEquivalence test due to failure on x86

tests/src/baseservices/typeequivalence/TypeEquivalence.props
tests/src/baseservices/typeequivalence/TypeEquivalence.targets
tests/src/dirs.proj

index e53ed81..3273d3d 100644 (file)
@@ -1,4 +1,4 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project>
 
   <PropertyGroup>
     <!-- The Type Equivalence feature is unsupported outside of windows -->
index 785a058..08de580 100644 (file)
@@ -31,6 +31,7 @@
       <DisabledProjects Include="Performance\Scenario\JitBench\unofficial_dotnet\JitBench.csproj" /> <!-- no official build support for SDK-style netcoreapp2.0 projects -->
       <DisabledProjects Include="Loader\classloader\generics\regressions\DD117522\Test.csproj" />
       <DisabledProjects Include="Loader\classloader\generics\GenericMethods\VSW491668.csproj" /> <!-- issue 5501 -->
+      <DisabledProjects Include="baseservices\typeequivalence\**\*.csproj" />
     </ItemGroup>
 
     <!-- Test build is divided in slices which can be created within Test Group