Skip to content

Commit

Permalink
Merge branch 'main' into feature/VOICEVOX#2011
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkfx authored Dec 20, 2024
2 parents 5f799d0 + 0f2916a commit 253e843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/electron/example.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ test.beforeEach(async () => {

test("起動したら「利用規約に関するお知らせ」が表示される", async () => {
const app = await electron.launch({
args: ["."],
args: ["--no-sandbox", "."], // NOTE: --no-sandbox はUbuntu 24.04で動かすのに必要
timeout: process.env.CI ? 0 : 60000,
});

Expand Down

0 comments on commit 253e843

Please sign in to comment.