Skip to content

Commit 9ac0a3b

Browse files
Zsolt Borbélyyichoi
authored andcommitted
Enable two additional process test (#963)
IoT.js-DCO-1.0-Signed-off-by: Zsolt Borbély [email protected]
1 parent 271feac commit 9ac0a3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/testsets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
{ "name": "test_net_httpserver.js", "timeout": 20, "skip": ["nuttx"], "reason": "not implemented for nuttx" },
7272
{ "name": "test_process.js" },
7373
{ "name": "test_process_chdir.js" },
74-
{ "name": "test_process_cwd.js", "skip": ["all"], "reason": "this test had @STDOUT=COMMAND[pwd], but there's no way to check out current directory path with js driver. So it skips temporarily." },
75-
{ "name": "test_process_exit.js", "skip": ["all"], "reason": "driver can not run with test which checks out process.exit events" },
74+
{ "name": "test_process_cwd.js" },
75+
{ "name": "test_process_exit.js" },
7676
{ "name": "test_process_experimental_off.js", "skip": ["experimental"], "reason": "needed if testing stablity is set with stable" },
7777
{ "name": "test_process_experimental_on.js", "skip": ["stable"], "reason": "needed if testing stablity is set with experimental" },
7878
{ "name": "test_process_next_tick.js" },

0 commit comments

Comments
 (0)