Skip to content

Commit

Permalink
Update GraphNodeManagerViewExtensionTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
pinzart90 authored Mar 27, 2024
1 parent cb9fe46 commit 5208ab5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,9 @@ public void FilterFrozenItemsTest()

/// <summary>
/// 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]
[Test, Category("Failure")]
public void ContainsEmptyListOrNullTest()
{
var extensionManager = View.viewExtensionManager;
Expand Down

0 comments on commit 5208ab5

Please sign in to comment.