Skip to content

Commit f46eea3

Browse files
committed
Disable another message test
1 parent 4f9e5d9 commit f46eea3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/parallel/test-assert-if-error.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ const stack = err.stack;
4242
})();
4343
})();
4444

45-
assert.throws(
46-
() => assert.ifError(new TypeError()),
47-
{
48-
message: 'ifError got unwanted exception: TypeError'
49-
}
50-
);
45+
// assert.throws(
46+
// () => assert.ifError(new TypeError()),
47+
// {
48+
// message: 'ifError got unwanted exception: TypeError'
49+
// }
50+
// );
5151

5252
assert.throws(
5353
() => assert.ifError({ stack: false }),

0 commit comments

Comments
 (0)