From 8aeb8724f11eb519226b006254f67843c767e1be Mon Sep 17 00:00:00 2001 From: "Aaron (Qilong)" <173288704@qq.com> Date: Tue, 16 Apr 2024 11:19:56 -0400 Subject: [PATCH] Update WorkspaceSaving.cs --- 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 e230737f3b9..0a1a1a0f3dc 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"));