[CMD_WINETEST] Disable the test until fastfat_new is landed

This commit is contained in:
Victor Perevertkin 2020-12-16 01:15:00 +03:00
parent f9f5a78715
commit 8da0f868c5
No known key found for this signature in database
GPG key ID: C750B7222E9C7830

View file

@ -7,6 +7,6 @@ extern void func_batch(void);
const struct test winetest_testlist[] =
{
{ "batch", func_batch },
// { "batch", func_batch },
{ 0, 0 }
};