https://git.reactos.org/?p=reactos.git;a=commitdiff;h=73c6e99e14cc2155bb3e8…
commit 73c6e99e14cc2155bb3e89fd5b1c0178544a1144
Author: Timo Kreuzer <timo.kreuzer(a)reactos.org>
AuthorDate: Sat Apr 13 14:02:59 2024 +0300
Commit: Timo Kreuzer <timo.kreuzer(a)reactos.org>
CommitDate: Wed Sep 18 10:22:26 2024 +0300
[TESTS] Disable cmd:reactos, it's broken
---
modules/rostests/win32/cmd/testlist.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/rostests/win32/cmd/testlist.c
b/modules/rostests/win32/cmd/testlist.c
index bf8b9f138e7..938165372d2 100644
--- a/modules/rostests/win32/cmd/testlist.c
+++ b/modules/rostests/win32/cmd/testlist.c
@@ -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 }
};