Disable tracecontrol test on all platforms. (#20374)
authorBrian Robbins <brianrob@microsoft.com>
Thu, 11 Oct 2018 21:56:20 +0000 (14:56 -0700)
committerGitHub <noreply@github.com>
Thu, 11 Oct 2018 21:56:20 +0000 (14:56 -0700)
tests/issues.targets

index 38199e3..4d1a843 100644 (file)
         </ExcludeList>
     </ItemGroup>
 
-    <ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TargetsWindows)' == 'true'">
+    <ItemGroup Condition="'$(XunitTestBinBase)' != ''">
         <ExcludeList Include="$(XunitTestBinBase)/tracing/tracecontrol/tracecontrol/*">
-            <Issue>Unable to write config file to app location</Issue>
+            <Issue>20299</Issue>
         </ExcludeList>
     </ItemGroup>