Skip to content

Commit

Permalink
fix(tests): disable asdf-python
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohe-Am committed Nov 24, 2023
1 parent 411ee78 commit 1b8bcfb
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tests/e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,16 +175,16 @@ await dockerTest([
}`,
ePoint: `zig version`,
},
// big
{
name: "asdf-python",
imports: `import plug from "$ghjk/plugs/asdf.ts"`,
confFn: `async () => {
plug({
plugRepo: "https://github.com/asdf-community/asdf-python",
installType: "version",
});
}`,
ePoint: `python --version`,
},
// // big
// {
// name: "asdf-python",
// imports: `import plug from "$ghjk/plugs/asdf.ts"`,
// confFn: `async () => {
// plug({
// plugRepo: "https://github.com/asdf-community/asdf-python",
// installType: "version",
// });
// }`,
// ePoint: `python --version`,
// },
]);

0 comments on commit 1b8bcfb

Please sign in to comment.