Skip to content

Commit

Permalink
chore: skip unstable plantuml test
Browse files Browse the repository at this point in the history
  • Loading branch information
filzrev committed Apr 9, 2024
1 parent affcce2 commit 95381cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Docfx.MarkdigEngine.Extensions.Tests/PlantUmlTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Docfx.MarkdigEngine.Tests;

public class PlantUmlTest
{
[Fact]
[Fact(Skip = "Unstable test")]
public void TestRenderSvg_SequenceDiagram()
{
var source = """
Expand Down

0 comments on commit 95381cb

Please sign in to comment.