diff --git a/test/DynamoCoreWpfTests/ViewExtensions/GraphNodeManagerViewExtensionTests.cs b/test/DynamoCoreWpfTests/ViewExtensions/GraphNodeManagerViewExtensionTests.cs index 7eff7b11e7f..e29072969de 100644 --- a/test/DynamoCoreWpfTests/ViewExtensions/GraphNodeManagerViewExtensionTests.cs +++ b/test/DynamoCoreWpfTests/ViewExtensions/GraphNodeManagerViewExtensionTests.cs @@ -191,8 +191,9 @@ 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 /// - [Test] + [Test, Category("Failure")] public void ContainsEmptyListOrNullTest() { var extensionManager = View.viewExtensionManager;