Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2025-04-16 08:37:41 +01:00
parent 319dd06305
commit 6964c51cc3
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D

View File

@ -53,7 +53,6 @@ test.describe("App launch", () => {
test.describe("safeStorage", () => {
if (process.env.GITHUB_ACTIONS) {
test.skip(platform() === "darwin", "The macOS runner's keychain is not available");
test.skip(platform() === "linux", "The Linux runner's dbus is not available");
}
const userId = "@user:server";
@ -69,7 +68,7 @@ test.describe("App launch", () => {
});
test.describe("migrate from keytar", () => {
test.skip(!!process.env.GITHUB_ACTIONS, "Does not work in CI");
// test.skip(!!process.env.GITHUB_ACTIONS, "Does not work in CI");
const pickleKey = "DEADBEEF1234";