From 19d91fa8f0e158020e96d0d8e80963d9cc808dc6 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Fri, 17 Aug 2018 16:57:33 -0400 Subject: [PATCH] test: move test-timers-throw-reschedule to sequential This also sets the test as flaky Refs: https://github.com/nodejs/node/issues/21188 --- test/sequential/sequential.status | 1 + test/{parallel => sequential}/test-timers-throw-reschedule.js | 0 2 files changed, 1 insertion(+) rename test/{parallel => sequential}/test-timers-throw-reschedule.js (100%) diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index 5e39392e658a79..8c6acd1f36dc8f 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -5,6 +5,7 @@ prefix sequential # sample-test : PASS,FLAKY [true] # This section applies to all platforms +test-timers-throw-reschedule : PASS, FLAKY [$system==win32] test-inspector-async-call-stack : PASS, FLAKY diff --git a/test/parallel/test-timers-throw-reschedule.js b/test/sequential/test-timers-throw-reschedule.js similarity index 100% rename from test/parallel/test-timers-throw-reschedule.js rename to test/sequential/test-timers-throw-reschedule.js