diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-17 17:45:07 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-17 17:45:07 +0300 |
commit | f87efb7f43ebfc8ad0f15cf1b616ecadbe00494b (patch) | |
tree | b70f87f4663bfa96784ffe5a69ff8d74a44e3dee /build/plugins | |
parent | 0a6355415f7ab6858ced03f4206897efd0c13dcb (diff) | |
download | ydb-f87efb7f43ebfc8ad0f15cf1b616ecadbe00494b.tar.gz |
intermediate changes
ref:6a5984fa7fcdc92485660f780c825784f54bb4c9
Diffstat (limited to 'build/plugins')
-rw-r--r-- | build/plugins/ytest.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/build/plugins/ytest.py b/build/plugins/ytest.py index 8970837f0f..149c0a3ace 100644 --- a/build/plugins/ytest.py +++ b/build/plugins/ytest.py @@ -293,11 +293,7 @@ def validate_test(unit, kw): unit_path = get_norm_unit_path(unit) if not is_fat and "ya:noretries" in tags and not is_ytexec_run \ - and not unit_path.startswith("devtools/") \ - and not unit_path.startswith("infra/kernel/") \ - and not unit_path.startswith("yt/python/yt") \ - and not unit_path.startswith("infra/yp_dns_api/tests") \ - and not unit_path.startswith("yp/tests"): + and not unit_path.startswith("devtools/dummy_arcadia/test/noretries"): errors.append("Only LARGE tests can have 'ya:noretries' tag") if errors: |