Removes unnecessary test cases for maps
[libcds.git] / test / stress / map / map_type_std.h
index f5f7e2336d0b45780333aad4c70e6d518b09e960..8b88c673e614cf5f324cff37dd75795ee7d57788 100644 (file)
@@ -262,9 +262,7 @@ namespace map {
 
 #define CDSSTRESS_StdMap( fixture, test_case, key_type, value_type ) \
     CDSSTRESS_StdMap_case( fixture, test_case, StdMap_Spin,      key_type, value_type ) \
-    CDSSTRESS_StdMap_case( fixture, test_case, StdMap_Mutex,     key_type, value_type ) \
     CDSSTRESS_StdMap_case( fixture, test_case, StdHashMap_Spin,  key_type, value_type ) \
-    CDSSTRESS_StdMap_case( fixture, test_case, StdHashMap_Mutex, key_type, value_type )
 
 #define CDSSTRESS_StdMap_nolock( fixture, test_case, key_type, value_type ) \
     CDSSTRESS_StdMap_case( fixture, test_case, StdMap_NoLock,      key_type, value_type ) \