removes not required test from non-regression tests

vnext
Paul Schneider 4 years ago
parent a3aee5c655
commit f6daca082c
1 changed files with 5 additions and 1 deletions

@ -6,7 +6,11 @@ using System.Diagnostics;
namespace test
{
[Trait("regression", "non")]
/// <summary>
/// Since node isn't any requirement by here,
/// It may regress
/// </summary>
[Trait("regression", "oui")]
public class NodeTests
{
[Fact]

Loading…