We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658b52c commit 4e421edCopy full SHA for 4e421ed
test/jest/install.test.js
@@ -58,7 +58,7 @@ describe("install and uninstall", () => {
58
expect(stderr).toMatch("mini.pkg.2");
59
});
60
61
- it("installs vc directly", async () => {
+ test.skip("installs vc directly", async () => {
62
if ((await emacsVersion()) >= "29.1") {
63
const { stderr } = await ctx.runEask(
64
"install-vc https://github.com/jcs-elpa/msgu"
0 commit comments