test: migrate to helpers & disabled tests list (#37513)
* test: migrate to helpers & disabled tests list * can't disable a test suite * correct condition * address review comments
This commit is contained in:
parent
58f3c0ee37
commit
b8a21dbcd7
20 changed files with 95 additions and 117 deletions
|
@ -204,9 +204,9 @@ describe('process module', () => {
|
|||
});
|
||||
|
||||
describe('process.takeHeapSnapshot()', () => {
|
||||
// TODO(nornagon): this seems to take a really long time when run in the
|
||||
// DISABLED-FIXME(nornagon): this seems to take a really long time when run in the
|
||||
// main process, for unknown reasons.
|
||||
it.skip('returns true on success', () => {
|
||||
it('returns true on success', () => {
|
||||
const filePath = path.join(app.getPath('temp'), 'test.heapsnapshot');
|
||||
defer(() => {
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue