Skip to content

Commit

Permalink
skip collect host info script
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Oct 27, 2023
1 parent 259568c commit bd3c0ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/hostScripts/test/unit/hostScripts.test.int.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { shell } from "@dappnode/utils";

const hostScriptsPath = process.cwd() + "/hostScripts";

describe("Host scripts", () => {
describe.skip("Host scripts", () => {
it("Should fetch host info", async () => {
const hostInfo = await shell(
`sudo bash ${hostScriptsPath}/collect_host_info.sh`
Expand All @@ -21,7 +21,7 @@ describe("Host scripts", () => {
expect(hostUpdate).to.be.ok;
});
*/
after("Clean logs", async function () {
after("Clean logs", async function() {
await shell(`sudo rm -rf /usr/src/dappnode/logs`);
});
});

0 comments on commit bd3c0ba

Please sign in to comment.