Skip to content

Commit b7e9c26

Browse files
authored
Do not run YDB CLI tests with NO_SSE4 flag (#33290)
1 parent df19aba commit b7e9c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/apps/ydb/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ENDIF()
3434

3535
END()
3636

37-
IF (OS_LINUX)
37+
IF (OS_LINUX AND USE_SSE4 != "no")
3838
RECURSE_FOR_TESTS(
3939
ut
4040
)

0 commit comments

Comments
 (0)