diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2025-02-21 13:07:50 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2025-02-21 13:19:47 +0300 |
commit | ccdb4738d37ce7e2ac74e8a298fe06ad3c01eda2 (patch) | |
tree | 0473e312305b1bc5952019dfe7b3bc61580283d3 /library/cpp/json/yson | |
parent | c6c8f6f1021832ea3c343f30cc0247daedee3b3d (diff) | |
download | ydb-ccdb4738d37ce7e2ac74e8a298fe06ad3c01eda2.tar.gz |
Intermediate changes
commit_hash:0ece39f764da165d6f259d1e8d89904001d07282
Diffstat (limited to 'library/cpp/json/yson')
-rw-r--r-- | library/cpp/json/yson/ut/ya.make | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/library/cpp/json/yson/ut/ya.make b/library/cpp/json/yson/ut/ya.make index 8fce6dbe2f..3f89b54507 100644 --- a/library/cpp/json/yson/ut/ya.make +++ b/library/cpp/json/yson/ut/ya.make @@ -2,7 +2,9 @@ UNITTEST_FOR(library/cpp/json/yson) ALLOCATOR(LF) -DATA(sbr://363537653) +DATA( + sbr://363537653 +) PEERDIR( library/cpp/blockcodecs @@ -12,7 +14,11 @@ PEERDIR( SIZE(LARGE) -TAG(ya:fat) +TAG( + ya:fat + ya:large_tests_on_multi_slots + ya:large_tests_on_ya_make_2 +) TIMEOUT(600) |