Skip to content

Commit

Permalink
Try to fix misterious build error (unable to find the proper attribut…
Browse files Browse the repository at this point in the history
…e constructor).
  • Loading branch information
OlegRa committed Jul 19, 2021
1 parent 8b0cdd5 commit 4974820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ILovePDF/Tests/EditPdf/EditPdfTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace Tests.EditPdf
{
[TestClass]
[Ignore("This endpoint returns HTTP 500 error in all cases.")]
[Ignore] // This endpoint returns HTTP 500 error in all cases.
public class EditPdfTests : BaseTest
{
public EditPdfTests()
Expand Down

0 comments on commit 4974820

Please sign in to comment.