From 5a9eeadbd8c6588ad7517db7aced324c8df9fd1b Mon Sep 17 00:00:00 2001 From: cjihrig Date: Mon, 15 Apr 2019 11:43:56 -0400 Subject: [PATCH] test: move known issue test to parallel As of libuv 1.28.0, this bug is fixed, and the test can be moved to parallel. --- .../test-fs-copyfile-respect-permissions.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{known_issues => parallel}/test-fs-copyfile-respect-permissions.js (100%) diff --git a/test/known_issues/test-fs-copyfile-respect-permissions.js b/test/parallel/test-fs-copyfile-respect-permissions.js similarity index 100% rename from test/known_issues/test-fs-copyfile-respect-permissions.js rename to test/parallel/test-fs-copyfile-respect-permissions.js