Skip to content

Commit

Permalink
AC1027 marked as skip
Browse files Browse the repository at this point in the history
  • Loading branch information
DomCR committed Jan 26, 2024
1 parent 6e95585 commit bb233c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ACadSharp.Tests/IO/DWG/DwgWriterSingleObjectTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public void WriteCasesAC1024(SingleCaseGenerator data)
this.writeDwgFile(data, ACadVersion.AC1024);
}

[Theory()]
[Theory(Skip = "AC1027 not stable")]
[MemberData(nameof(Data))]
public void WriteCasesAC1027(SingleCaseGenerator data)
{
Expand Down

0 comments on commit bb233c8

Please sign in to comment.