Skip to content

Commit

Permalink
no no-sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Aduril committed Dec 11, 2024
1 parent 7a5257e commit 377ff50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tasks {
val npmFeTest by registering(NpmTask::class) {
outputs.upToDateWhen { false }
dependsOn(npmBuild)
args.set(listOf("run", "test", "--", "--no-watch", "--no-progress", "--browsers=ChromeHeadless", "--no-sandbox"))
args.set(listOf("run", "test", "--", "--no-watch", "--no-progress", "--browsers=ChromeHeadless"))
}
}

Expand Down

0 comments on commit 377ff50

Please sign in to comment.