From 595c137282047fcb64d5e96b22b5114817533c03 Mon Sep 17 00:00:00 2001 From: Eliot Jones Date: Sat, 13 Jan 2018 20:19:34 +0000 Subject: [PATCH] comment out local test --- src/UglyToad.PdfPig.Tests/Integration/LocalTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } } }