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/',