mirror of
https://github.com/element-hq/element-desktop
synced 2025-03-25 18:23:36 +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"],
|
||||
});
|
||||
|
||||
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");
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user