Disable TermInfo library tests on WASM (#38092)
authorMaxim Lipnin <v-maxlip@microsoft.com>
Fri, 19 Jun 2020 10:21:30 +0000 (13:21 +0300)
committerGitHub <noreply@github.com>
Fri, 19 Jun 2020 10:21:30 +0000 (12:21 +0200)
We disable TermInfo library tests because the respective functionality doesn't make sense on WASM.

src/libraries/System.Console/tests/TermInfo.cs

index 9d444e0..c499116 100644 (file)
@@ -8,6 +8,7 @@ using System.Linq;
 using System.Reflection;
 using Xunit;
 
+[PlatformSpecific(~TestPlatforms.Browser)]
 public class TermInfo
 {
     // Names of internal members accessed via reflection