aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2025-04-25 11:17:10 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2025-04-25 11:33:21 +0300
commitd1fdfcc75cc195e8afa9c2d52c49dd176dcd5dfb (patch)
treebb18be311af4a00aa8ab052f32b6ce4258fb880c /library/cpp/testing
parentcfebe541fcfef308a239dfa26d420782308114da (diff)
downloadydb-d1fdfcc75cc195e8afa9c2d52c49dd176dcd5dfb.tar.gz
Intermediate changes
commit_hash:a2ae9e9ddb0ebd0f3ce876aa1f8f29e291d3aed1
Diffstat (limited to 'library/cpp/testing')
-rw-r--r--library/cpp/testing/benchmark/examples/metrics/ya.make2
-rw-r--r--library/cpp/testing/unittest/fat/ya.make2
2 files changed, 0 insertions, 4 deletions
diff --git a/library/cpp/testing/benchmark/examples/metrics/ya.make b/library/cpp/testing/benchmark/examples/metrics/ya.make
index 7481bdf2159..ed4d429653d 100644
--- a/library/cpp/testing/benchmark/examples/metrics/ya.make
+++ b/library/cpp/testing/benchmark/examples/metrics/ya.make
@@ -6,8 +6,6 @@ TAG(
ya:force_sandbox
sb:intel_e5_2660v1
ya:fat
- ya:large_tests_on_multi_slots
- ya:large_tests_on_ya_make_2
)
TEST_SRCS(
diff --git a/library/cpp/testing/unittest/fat/ya.make b/library/cpp/testing/unittest/fat/ya.make
index d02282d605a..464f26818f6 100644
--- a/library/cpp/testing/unittest/fat/ya.make
+++ b/library/cpp/testing/unittest/fat/ya.make
@@ -12,8 +12,6 @@ FORK_SUBTESTS()
TAG(
ya:fat
ya:force_sandbox
- ya:large_tests_on_multi_slots
- ya:large_tests_on_ya_make_2
)
END()