Skip to content

Commit 5437442

Browse files
authored
Scope Linux connector regression to Linux (#51)
Co-authored-by: Joseph Yaksich <gitcommit90@users.noreply.github.com>
1 parent acbc5e1 commit 5437442

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/connectors.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ test("Linux release packaging ships pinned connectors for every supported host a
2121
});
2222

2323
test("Linux service working directory resolves the bundled connector without a legacy app-root environment", async (t) => {
24+
if (process.platform !== "linux") {
25+
t.skip("Linux systemd working-directory contract");
26+
return;
27+
}
2428
const root = await mkdtemp(join(tmpdir(), "1helm-linux-connector-root-"));
2529
const resources = join(root, "resources");
2630
const binary = join(resources, `cloudflared-linux-${process.arch}`);

0 commit comments

Comments
 (0)