https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8da0f868c52867b72562d…
commit 8da0f868c52867b72562d5cf1fe5b0c123284dd4
Author: Victor Perevertkin <victor.perevertkin(a)reactos.org>
AuthorDate: Wed Dec 16 01:15:00 2020 +0300
Commit: Victor Perevertkin <victor.perevertkin(a)reactos.org>
CommitDate: Wed Dec 16 01:15:00 2020 +0300
[CMD_WINETEST] Disable the test until fastfat_new is landed
---
modules/rostests/winetests/cmd/testlist.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/rostests/winetests/cmd/testlist.c
b/modules/rostests/winetests/cmd/testlist.c
index e174b9ad3b5..055ddfe1add 100644
--- a/modules/rostests/winetests/cmd/testlist.c
+++ b/modules/rostests/winetests/cmd/testlist.c
@@ -7,6 +7,6 @@ extern void func_batch(void);
const struct test winetest_testlist[] =
{
- { "batch", func_batch },
+ // { "batch", func_batch },
{ 0, 0 }
};