summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVictor "Nate" Graf <nategraf1@gmail.com>2018-01-29 08:50:36 -0800
committerGitHub <noreply@github.com>2018-01-29 08:50:36 -0800
commitbb76d3110be315d3a39c0db8ffe8d6f820e456d1 (patch)
tree9a3fba12e3985e54e43f40fdae78b3659ec151e1 /tests
parent0f39bc825c149d0e463d2e9fd00bccd86d096b4d (diff)
downloadcoreclr-bb76d3110be315d3a39c0db8ffe8d6f820e456d1.tar.gz
coreclr-bb76d3110be315d3a39c0db8ffe8d6f820e456d1.tar.bz2
coreclr-bb76d3110be315d3a39c0db8ffe8d6f820e456d1.zip
Disable broken EventPipe tests at build time (#16046)
Diffstat (limited to 'tests')
-rw-r--r--tests/src/dirs.proj2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/dirs.proj b/tests/src/dirs.proj
index 471598d82d..c70e91f5f0 100644
--- a/tests/src/dirs.proj
+++ b/tests/src/dirs.proj
@@ -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>