Skip to content

Commit

Permalink
DYN-6973: mark containsEmptyListOrNull test failure (#15209)
Browse files Browse the repository at this point in the history
passed here
  • Loading branch information
mjkkirschner authored May 14, 2024
1 parent 1065498 commit 640b032
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

namespace DynamoCoreWpfTests
{
[Category("Failure")]
public class GraphNodeManagerViewExtensionTests : DynamoTestUIBase
{
private bool oldEnablePersistance = false;
Expand Down Expand Up @@ -193,6 +194,8 @@ 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>
//TODO https://jira.autodesk.com/browse/DYN-6973
[Category("Failure")]
[Test]
public void ContainsEmptyListOrNullTest()
{
Expand Down

0 comments on commit 640b032

Please sign in to comment.