Skip to content

Commit 7367365

Browse files
committed
disable test for removed feature
1 parent bd6e936 commit 7367365

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/smoke/directives/include-fixups.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
*
66
*/
77

8+
/* Disable test for temporarily removed feature.
9+
810
import { ensureHtmlSelectorSatisfies } from "../../verify.ts";
911
1012
import { testRender } from "../render/render.ts";
@@ -35,4 +37,4 @@ testRender(test1.input, "html", false, [
3537
"../link.qmd",
3638
]);
3739
}),
38-
]);
40+
]);*/

0 commit comments

Comments
 (0)