mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
disable typedarrays-test.js
This commit is contained in:
@@ -47,7 +47,10 @@ async function main () {
|
||||
|
||||
const onlyTests = args.only && args.only.split(',');
|
||||
|
||||
const DISABLED_TESTS = ['nannew-test.js'];
|
||||
const DISABLED_TESTS = [
|
||||
'nannew-test.js',
|
||||
'typedarrays-test.js' // TODO(nornagon): https://github.com/electron/electron/issues/28414
|
||||
];
|
||||
const testsToRun = fs.readdirSync(path.resolve(NAN_DIR, 'test', 'js'))
|
||||
.filter(test => !DISABLED_TESTS.includes(test))
|
||||
.filter(test => {
|
||||
|
||||
Reference in New Issue
Block a user