From 4d348f3a82e0a4ce552d974a7a3edcf83e93ee1f Mon Sep 17 00:00:00 2001 From: Roberto T Date: Mon, 22 Apr 2024 14:36:14 -0600 Subject: [PATCH] DYN-6769 Improving Dynamo Load Graph II Marking the test RemovePIIDataFromWorkspace as Failure --- test/DynamoCoreWpfTests/WorkspaceSaving.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/DynamoCoreWpfTests/WorkspaceSaving.cs b/test/DynamoCoreWpfTests/WorkspaceSaving.cs index 79bea7c0096..4d149fafe92 100644 --- a/test/DynamoCoreWpfTests/WorkspaceSaving.cs +++ b/test/DynamoCoreWpfTests/WorkspaceSaving.cs @@ -670,7 +670,7 @@ public void CanSaveAsNewWorkspaceWithNewGuids() } [Test] - [Category("UnitTests")] + [Category("Failure")] public void RemovePIIDataFromWorkspace() { string graphWithPIIDataPath = Path.Combine(TestDirectory, (@"UI\GraphWithPIIData.dyn"));