mirror of
https://github.com/element-hq/element-desktop
synced 2025-03-30 01:57:20 +01:00
Skip
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
65cfcd34e0
commit
2605d439d2
@ -61,7 +61,9 @@ test.describe("App launch", () => {
|
|||||||
extraArgs: ["--no-update"],
|
extraArgs: ["--no-update"],
|
||||||
});
|
});
|
||||||
|
|
||||||
test("should respect option", async ({ page, stdout }) => {
|
// XXX: this test works fine locally but in CI the app start races with the test plumbing up the stdout/stderr pipes
|
||||||
|
// which means the logs are missed, disabling for now.
|
||||||
|
test.skip("should respect option", async ({ page, stdout }) => {
|
||||||
expect(stdout.data.toString()).toContain("Auto update disabled via command line flag");
|
expect(stdout.data.toString()).toContain("Auto update disabled via command line flag");
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user