Skip to content

Commit c832837

Browse files
committed
Mute flaky test on windows
1 parent 2ed1576 commit c832837

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Rubjerg.Graphviz.Test/TestDotLayout.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ private static void CreateSimpleTestGraph(out RootGraph root, out Node nodeA, ou
2626
edge.SetAttribute("arrowtail", "vee");
2727
edge.SetAttribute("arrowhead", "vee");
2828
}
29-
29+
#if _WINDOWS
30+
#elif
3031
[Test()]
32+
#endif
3133
public void TestLayoutMethodsWithoutLayout()
3234
{
3335
CreateSimpleTestGraph(out RootGraph root, out Node nodeA, out Edge edge);

0 commit comments

Comments
 (0)