diff --git a/src/UglyToad.PdfPig.Tests/Integration/LocalTests.cs b/src/UglyToad.PdfPig.Tests/Integration/LocalTests.cs index bb1c4c09..1a59dbb7 100644 --- a/src/UglyToad.PdfPig.Tests/Integration/LocalTests.cs +++ b/src/UglyToad.PdfPig.Tests/Integration/LocalTests.cs @@ -10,9 +10,9 @@ [Fact] public void Tests() { - using (var document = PdfDocument.Open(@"C:\Users\eliot\Downloads\ICML03-081.pdf")) + //using (var document = PdfDocument.Open(@"C:\Users\eliot\Downloads\ICML03-081.pdf")) { - var page = document.GetPage(1); + //var page = document.GetPage(1); } } }