We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4c232 commit e86ba30Copy full SHA for e86ba30
1 file changed
packages/rsocket-browser-tck/karma.conf.js
@@ -22,9 +22,7 @@ module.exports = function (config) {
22
customLaunchers: {
23
ChromeHeadlessCI: {
24
base: "ChromeHeadless",
25
- flags: [
26
- "--no-sandbox",
27
- ],
+ flags: ["--no-sandbox"],
28
},
29
30
0 commit comments