Skip to content

Commit 0dd83b6

Browse files
committed
Temporary comment broken tests
1 parent bbdc622 commit 0dd83b6

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

util/CMakeLists.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ if (YDB_SDK_TESTS)
100100
stack_ut
101101
store_policy_ut
102102
strbuf_ut
103-
# TODO: either add library/cpp/containers/absl_flat_hash
104-
# or use __cplusplus macro to switch to C++20 and use std::unordered_set
103+
# See fix/util-unit-tests branch
105104
# string_transparent_hash_ut
106105
string_ut
107106
typelist_ut
@@ -221,15 +220,17 @@ if (YDB_SDK_TESTS)
221220
cpu_id_ut
222221
daemon_ut
223222
datetime_ut
224-
direct_io_ut
223+
# See fix/util-unit-tests branch
224+
# direct_io_ut
225225
env_ut
226226
error_ut
227227
event_ut
228228
execpath_ut
229229
filemap_ut
230230
file_ut
231231
flock_ut
232-
fstat_ut
232+
# See fix/util-unit-tests branch
233+
# fstat_ut
233234
fs_ut
234235
getpid_ut
235236
guard_ut
@@ -254,7 +255,8 @@ if (YDB_SDK_TESTS)
254255
src_root_ut
255256
tempfile_ut
256257
tls_ut
257-
type_name_ut
258+
# See fix/util-unit-tests branch
259+
# type_name_ut
258260
types_ut
259261
# TODO: add library/cpp/testing/benchmark
260262
# depends only on NBench::Clobber, that's a memory optimization barrier
@@ -301,7 +303,7 @@ if (YDB_SDK_TESTS)
301303
LINK_LIBRARIES
302304
threading-future
303305
)
304-
endif()
306+
endif(YDB_SDK_TESTS)
305307

306308
_ydb_sdk_add_library(yutil)
307309

0 commit comments

Comments
 (0)