Skip to content

Commit 4e421ed

Browse files
committed
ci: test skip for now
1 parent 658b52c commit 4e421ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jest/install.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe("install and uninstall", () => {
5858
expect(stderr).toMatch("mini.pkg.2");
5959
});
6060

61-
it("installs vc directly", async () => {
61+
test.skip("installs vc directly", async () => {
6262
if ((await emacsVersion()) >= "29.1") {
6363
const { stderr } = await ctx.runEask(
6464
"install-vc https://github.com/jcs-elpa/msgu"

0 commit comments

Comments
 (0)