summaryrefslogtreecommitdiffstats
path: root/library/python
diff options
context:
space:
mode:
Diffstat (limited to 'library/python')
-rw-r--r--library/python/filelock/ut/ya.make4
1 files changed, 3 insertions, 1 deletions
diff --git a/library/python/filelock/ut/ya.make b/library/python/filelock/ut/ya.make
index 60108f73c65..62910fd3314 100644
--- a/library/python/filelock/ut/ya.make
+++ b/library/python/filelock/ut/ya.make
@@ -13,12 +13,14 @@ IF (OS_DARWIN)
TAG(
ya:fat
ya:exotic_platform
+ ya:large_tests_on_single_slots
)
ELSEIF (OS_WINDOWS)
SIZE(LARGE)
TAG(
ya:fat
- sb:ssd&~MULTISLOT&WINDOWS
+ sb:ssd&WINDOWS
+ ya:large_tests_on_single_slots
)
ENDIF()