test: skip unstable test on Windows

This commit is contained in:
Zoltan Kochan
2021-05-02 12:04:48 +03:00
parent f3b0f2fc1e
commit bcc82cd685

View File

@@ -285,7 +285,7 @@ async function testParallelServerStart (
}
}
test('parallel server starts against the same store should result in only one server process existing after 10 seconds', async () => {
skipOnWindows('parallel server starts against the same store should result in only one server process existing after 10 seconds', async () => {
// Number of server processes to start in parallel
const n = 5
// Plan that n - 1 of n server processes will close within 10 seconds.