test: add issue ref for known_issues test

PR-URL: https://github.com/nodejs/node/pull/34267
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Rich Trott
2020-07-08 16:45:55 -07:00
parent 4e3f6f355b
commit a98426a771

View File

@@ -1,5 +1,6 @@
'use strict';
// Refs: https://github.com/nodejs/node/issues/34266
// Failing to close a file should not keep the event loop open.
const common = require('../common');