removes not required test from non-regression tests

This commit is contained in:
Paul Schneider 2021-03-17 19:17:43 +00:00
commit 4038c96773

View file

@ -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]