Disable broken EventPipe tests at build time (#16046)
authorVictor "Nate" Graf <nategraf1@gmail.com>
Mon, 29 Jan 2018 16:50:36 +0000 (08:50 -0800)
committerGitHub <noreply@github.com>
Mon, 29 Jan 2018 16:50:36 +0000 (08:50 -0800)
tests/src/dirs.proj

index 471598d..c70e91f 100644 (file)
@@ -30,6 +30,8 @@
       <DisabledProjects Include="Performance\performance.csproj" />
       <DisabledProjects Include="Loader\classloader\generics\regressions\DD117522\Test.csproj" />
       <DisabledProjects Include="Loader\classloader\generics\GenericMethods\VSW491668.csproj" /> <!-- issue 5501 -->
+      <DisabledProjects Include="tracing\eventpipetrace\**" /> <!-- issue 15924 -->
+      <DisabledProjects Include="tracing\eventsource*\**" /> <!-- issue 15924 -->
     </ItemGroup>
     
     <ItemGroup>