aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexv-smirnov <alex@ydb.tech>2023-01-19 21:09:26 +0300
committeralexv-smirnov <alex@ydb.tech>2023-01-19 21:09:26 +0300
commit8cc1ea5a1a1ed25b81d80addf426175e1a1640be (patch)
tree6195925e01fc353ec16fdb3abd07f8efdf8788fd
parent212a007c7d351a104cab7371002295158e01115b (diff)
downloadydb-8cc1ea5a1a1ed25b81d80addf426175e1a1640be.tar.gz
Remove parallel execution
-rw-r--r--ydb/core/formats/ut/CMakeLists.darwin.txt2
-rw-r--r--ydb/core/formats/ut/CMakeLists.linux-aarch64.txt2
-rw-r--r--ydb/core/formats/ut/CMakeLists.linux.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/ydb/core/formats/ut/CMakeLists.darwin.txt b/ydb/core/formats/ut/CMakeLists.darwin.txt
index 5a23ee3a64..2f6ce131de 100644
--- a/ydb/core/formats/ut/CMakeLists.darwin.txt
+++ b/ydb/core/formats/ut/CMakeLists.darwin.txt
@@ -45,7 +45,7 @@ set_property(
ydb-core-formats-ut
PROPERTY
SPLIT_FACTOR
- 10
+ 1
)
add_yunittest(
NAME
diff --git a/ydb/core/formats/ut/CMakeLists.linux-aarch64.txt b/ydb/core/formats/ut/CMakeLists.linux-aarch64.txt
index 03e25f293e..85dd8c47e8 100644
--- a/ydb/core/formats/ut/CMakeLists.linux-aarch64.txt
+++ b/ydb/core/formats/ut/CMakeLists.linux-aarch64.txt
@@ -48,7 +48,7 @@ set_property(
ydb-core-formats-ut
PROPERTY
SPLIT_FACTOR
- 10
+ 1
)
add_yunittest(
NAME
diff --git a/ydb/core/formats/ut/CMakeLists.linux.txt b/ydb/core/formats/ut/CMakeLists.linux.txt
index 7874d38ca9..2be744bfcc 100644
--- a/ydb/core/formats/ut/CMakeLists.linux.txt
+++ b/ydb/core/formats/ut/CMakeLists.linux.txt
@@ -50,7 +50,7 @@ set_property(
ydb-core-formats-ut
PROPERTY
SPLIT_FACTOR
- 10
+ 1
)
add_yunittest(
NAME