Disable pauseonstart test (#38883)
authorBruce Forstall <brucefo@microsoft.com>
Tue, 7 Jul 2020 23:38:31 +0000 (16:38 -0700)
committerGitHub <noreply@github.com>
Tue, 7 Jul 2020 23:38:31 +0000 (16:38 -0700)
Issue: https://github.com/dotnet/runtime/issues/38847

src/coreclr/tests/issues.targets

index ec07afb..e3b656d 100644 (file)
@@ -21,6 +21,9 @@
         <ExcludeList Include="$(XunitTestBinBase)/JIT/SIMD/Vector3Interop_ro/*">
             <Issue>https://github.com/dotnet/runtime/issues/35798</Issue>
         </ExcludeList>
+        <ExcludeList Include = "$(XunitTestBinBase)/tracing/eventpipe/pauseonstart/pauseonstart/**">
+            <Issue>https://github.com/dotnet/runtime/issues/38847</Issue>
+        </ExcludeList>
     </ItemGroup>
 
     <!-- All OS/Arch CoreCLR excludes -->