File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ module.exports = {
1818 customLaunchers : {
1919 ChromeHeadlessNoSandbox : {
2020 base : 'ChromeHeadless' ,
21- // Flags required to run in ubuntu-22.04 or above (https://chromium.googlesource.com/chromium/src/+/master/docs/linux/suid_sandbox_development.md)
2221 flags : [ '--no-sandbox' , '--disable-setuid-sandbox' ]
2322 }
2423 } ,
@@ -29,21 +28,7 @@ module.exports = {
2928 // Uncomment to run a particular UT:
3029 // '**/listeners/__tests__/browser.spec.js',
3130 // Run browser UTs. Commons and Node UTs run with `test-node` npm script
32- '*/**/__tests__/**/browser.spec.js' ,
33- {
34- pattern : 'engine/__tests__/engine/mocks/murmur3*.csv' ,
35- watched : false ,
36- included : false ,
37- served : true ,
38- nocache : true
39- } ,
40- {
41- pattern : 'engine/__tests__/matchers/mocks/regex.txt' ,
42- watched : false ,
43- included : false ,
44- served : true ,
45- nocache : true
46- }
31+ '*/**/__tests__/**/browser.spec.js'
4732 ] ,
4833
4934 // list of files / patterns to exclude
You can’t perform that action at this time.
0 commit comments