removes not required test from non-regression tests
This commit is contained in:
parent
52eb4d9711
commit
4038c96773
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…
Add table
Add a link
Reference in a new issue