Skip to content

Commit

Permalink
re-enable graph node manager tests (#15184)
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongTang authored May 1, 2024
1 parent 3f6735b commit 9cb740c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public void ViewExtensionOpenTest()
/// <summary>
/// Test if the number of nodes displayed in the extension is equal to current number of nodes
/// </summary>
[Test, Category("Failure")]
[Test]
public void CorrectNumberNodeItemsTest()
{
var extensionManager = View.viewExtensionManager;
Expand Down Expand Up @@ -147,7 +147,7 @@ public void CorrectNumberNodeItemsTest()
/// <summary>
/// Test if using the IsFrozen filter yields correct results
/// </summary>
[Test, Category("Failure")]
[Test]
public void FilterFrozenItemsTest()
{
var extensionManager = View.viewExtensionManager;
Expand Down Expand Up @@ -193,7 +193,7 @@ public void FilterFrozenItemsTest()
/// Test if the number of Nodes containing Null or Empty List matches what is shown on the UI
/// Marked as Failure until we can fix flakyness
/// </summary>
[Test, Category("Failure")]
[Test]
public void ContainsEmptyListOrNullTest()
{
var extensionManager = View.viewExtensionManager;
Expand Down

0 comments on commit 9cb740c

Please sign in to comment.