Skip to content

Commit 365e985

Browse files
authored
Remove fq/plans asan tests from PR (#10845)
1 parent f78d891 commit 365e985

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

ydb/tests/fq/plans/ya.make

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ DEPENDS(
1414
contrib/python/moto/bin
1515
)
1616

17+
IF (SANITIZER_TYPE)
18+
TIMEOUT(2400)
19+
SIZE(LARGE)
20+
TAG(ya:fat)
21+
ELSE()
22+
TIMEOUT(600)
23+
SIZE(MEDIUM)
24+
ENDIF()
25+
1726
TEST_SRCS(
1827
test_stats_mode.py
1928
)
@@ -22,6 +31,4 @@ PY_SRCS(
2231
conftest.py
2332
)
2433

25-
SIZE(MEDIUM)
26-
2734
END()

0 commit comments

Comments
 (0)