Skip to content

Commit

Permalink
Disable TermInfo library tests on WASM (dotnet#38092)
Browse files Browse the repository at this point in the history
We disable TermInfo library tests because the respective functionality doesn't make sense on WASM.
  • Loading branch information
MaximLipnin authored Jun 19, 2020
1 parent 2ddca66 commit b2890c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libraries/System.Console/tests/TermInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
using System.Reflection;
using Xunit;

[PlatformSpecific(~TestPlatforms.Browser)]
public class TermInfo
{
// Names of internal members accessed via reflection
Expand Down

0 comments on commit b2890c6

Please sign in to comment.