From 691139c0902640835aa5414c97491495ed128157 Mon Sep 17 00:00:00 2001 From: Katayama Hirofumi MZ Date: Mon, 27 Dec 2021 09:57:11 +0900 Subject: [PATCH] [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 // --- The selection of tests --- -//#define DISABLE_THIS_TESTCASE +#define DISABLE_THIS_TESTCASE #define NO_TRIVIAL //#define NO_INTERRUPT_LEVEL //#define NO_SHELL_LEVEL