From a877686e7c70a3b7751f790040a360d630a47430 Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Thu, 29 Feb 2024 11:42:16 -0600 Subject: [PATCH] Disable AddHeaderFooter sample in CI --- .github/workflows/test-dotnet-samples.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-dotnet-samples.yml b/.github/workflows/test-dotnet-samples.yml index 9d37d53..0b4926f 100644 --- a/.github/workflows/test-dotnet-samples.yml +++ b/.github/workflows/test-dotnet-samples.yml @@ -17,6 +17,7 @@ jobs: strategy: matrix: os: [windows-latest, ubuntu-latest, macos-14] + # TODO: AddHeaderFooter won't run due to Times-Roman font not present on runner. dir: [ 'Annotations/Annotations/', 'Annotations/InkAnnotations/', @@ -24,7 +25,7 @@ jobs: 'Annotations/PolygonAnnotations/', 'Annotations/PolyLineAnnotations/', 'ContentCreation/AddElements/', - 'ContentCreation/AddHeaderFooter/', + #'ContentCreation/AddHeaderFooter/', 'ContentCreation/Clips/', 'ContentCreation/CreateBookmarks/', 'ContentCreation/GradientShade/',