Temporarily disable eventsourceerror test for Windows ARM32 (#81244)
authorAnton Lapounov <antonl@microsoft.com>
Fri, 27 Jan 2023 07:29:29 +0000 (23:29 -0800)
committerGitHub <noreply@github.com>
Fri, 27 Jan 2023 07:29:29 +0000 (23:29 -0800)
src/tests/issues.targets

index a735820..5ea0e18 100644 (file)
         <ExcludeList Include="$(XunitTestBinBase)/JIT/Stress/ABI/pinvokes_do/**">
             <Issue>https://github.com/dotnet/runtime/issues/66745</Issue>
         </ExcludeList>
+        <ExcludeList Include="$(XunitTestBinBase)/tracing/eventpipe/eventsourceerror/eventsourceerror/*">
+            <Issue>https://github.com/dotnet/runtime/issues/81241</Issue>
+        </ExcludeList>
     </ItemGroup>
 
     <!-- Windows arm64 specific excludes -->