Skip to content

Commit b6b491f

Browse files
committed
test - temporary opt out some article layout test due to latex update issues
Something in recent LaTeX updates appears to have broken some of the article layout tests. Rendering them make them hangs. To temporarily opt out these tests until we can investigate and fix the underlying issue, #13663 (cherry picked from commit dd8d141)
1 parent 117ef60 commit b6b491f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

tests/docs/smoke-all/article-layout/tables/tufte.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ execute:
1414
reference-location: margin
1515
citation-location: margin
1616
bibliography: skeleton.bib
17+
_quarto:
18+
tests-on-ci: false
1719
---
1820

1921
# Introduction

tests/smoke/render/render-page-layout.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ import { docs } from "../../utils.ts";
99
import { testRender } from "./render.ts";
1010

1111
// Simple rendering tests
12-
testRender(docs("page-layout/tufte-pdf.qmd"), "pdf", true);
12+
// TODO: 10/11/2025 - SKIPPED FOR NOW DUE TO LATEX UPDATE PROBLEMS
13+
// See https://github.com/quarto-dev/quarto-cli/issues/13647
14+
// testRender(docs("page-layout/tufte-pdf.qmd"), "pdf", true);
1315
testRender(docs("page-layout/tufte-html.qmd"), "html", false);

0 commit comments

Comments
 (0)