Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into dependabot/maven/ca…
Browse files Browse the repository at this point in the history
…ssandra-embedded/org.apache.cassandra-cassandra-all-4.1.8
  • Loading branch information
maximthomas committed Feb 5, 2025
2 parents 274464a + e6ea97a commit c764bb3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ui/mock/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* information: "Portions copyright [year] [name of copyright owner]".
*
* Copyright 2016 ForgeRock AS.
* Portions copyright 2020-2025 3A Systems LLC.
*/

module.exports = function (grunt) {
Expand Down Expand Up @@ -85,7 +86,9 @@ module.exports = function (grunt) {
args: [
"--headless=new",
"--allow-file-access-from-files",
"--disable-dev-shm-usage"
"--disable-dev-shm-usage",
"--no-sandbox",
"--disable-setuid-sandbox"
]
}
}
Expand Down Expand Up @@ -118,7 +121,7 @@ module.exports = function (grunt) {
notify_hooks: {
options: {
enabled: true,
title: "ForgeRock UI QUnit Tests"
title: "UI QUnit Tests"
}
},
/**
Expand Down

0 comments on commit c764bb3

Please sign in to comment.