ntdll/tests: Remove a no longer reliable test.

On Windows 10 version 1607, a process called "Memory Compression" violates this
invariant.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Zebediah Figura 2019-12-26 14:40:02 -06:00 committed by Alexandre Julliard
parent 38666006cb
commit 347b3b42fe
1 changed files with 0 additions and 2 deletions

View File

@ -363,8 +363,6 @@ static void test_query_process(void)
last_pid = (DWORD_PTR)spi->UniqueProcessId;
ok( spi->dwThreadCount > 0, "Expected some threads for this process, got 0\n");
/* Loop through the threads, skip NT4 for now */
if (!is_nt)