[TESTS] Disable cmd:reactos, it's broken

This commit is contained in:
Timo Kreuzer 2024-04-13 14:02:59 +03:00
parent 5140a990fe
commit 73c6e99e14

View File

@ -7,6 +7,6 @@ extern void func_reactos(void);
const struct test winetest_testlist[] =
{
{ "reactos", func_reactos },
//{ "reactos", func_reactos }, This test is broken
{ 0, 0 }
};