removes not required test from non-regression tests
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user