Skip to content

Commit 34aa582

Browse files
committed
Update PythonMigrationViewExtensionTests.cs
1 parent 31e9290 commit 34aa582

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/DynamoCoreWpf2Tests/ViewExtensions/PythonMigrationViewExtensionTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ protected override void GetLibrariesToPreload(List<string> libraries)
2626
/// Confirms that nested custom nodes containing CPython3 Python nodes
2727
/// are migrated to PythonNet3 and produce expected results.
2828
/// </summary>
29-
[Test]
29+
[Test, Category("Failure")]
3030
public void NestedCPythonCustomNodesAreAutoMigratedToPythonNet3()
3131
{
3232
Assert.IsTrue(
@@ -129,4 +129,4 @@ private static void AssertDyfContainsPythonNodesWithEngine(string dyfPath, strin
129129
Assert.IsTrue(match, $"Expected at least one Python node with engine '{expectedEngine}' in '{Path.GetFileName(dyfPath)}'.");
130130
}
131131
}
132-
}
132+
}

0 commit comments

Comments
 (0)