We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50a827 commit cbac7dcCopy full SHA for cbac7dc
tests/cli_test.ts
@@ -25,7 +25,7 @@ const setup = async () => {
25
return {runbook: (args: string[]) => runbook(args, { cwd: dir }), dir};
26
}
27
28
-Deno.test("check", async (t) => {
+Deno.test.ignore("check", async (t) => {
29
const {runbook } = await setup();
30
const cmd = await runbook(["check", "runbooks/binder/_template-deno.ipynb"]);
31
assertMatch(cmd.stdout.trim(), /Checked .*\/runbooks\/binder\/_template-deno\.ipynb/);
0 commit comments