https://git.reactos.org/?p=reactos.git;a=commitdiff;h=691139c0902640835aa541...
commit 691139c0902640835aa5414c97491495ed128157 Author: Katayama Hirofumi MZ katayama.hirofumi.mz@gmail.com AuthorDate: Mon Dec 27 09:57:11 2021 +0900 Commit: Katayama Hirofumi MZ katayama.hirofumi.mz@gmail.com CommitDate: Mon Dec 27 09:58:35 2021 +0900
[SHELL32_APITEST] Disable SHChangeNotify testcase by DISABLE_THIS_TESTCASE macro
SHChangeNotify testcase takes 6min. Too heavy. CORE-13950 --- modules/rostests/apitests/shell32/SHChangeNotify.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/rostests/apitests/shell32/SHChangeNotify.cpp b/modules/rostests/apitests/shell32/SHChangeNotify.cpp index 50481848357..71fd9b54e15 100644 --- a/modules/rostests/apitests/shell32/SHChangeNotify.cpp +++ b/modules/rostests/apitests/shell32/SHChangeNotify.cpp @@ -14,7 +14,7 @@ #include <versionhelpers.h>
// --- The selection of tests --- -//#define DISABLE_THIS_TESTCASE +#define DISABLE_THIS_TESTCASE #define NO_TRIVIAL //#define NO_INTERRUPT_LEVEL //#define NO_SHELL_LEVEL