Skip to content

Commit

Permalink
issue-2831: suppress mount-kikimr-test in sanitizer builds
Browse files Browse the repository at this point in the history
  • Loading branch information
debnatkh authored Jan 17, 2025
1 parent 8f56e59 commit a9b5d45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cloud/filestore/tests/fio_index/mount-kikimr-test/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ TEST_SRCS(
test.py
)

IF (SANITIZER_TYPE)
SKIP_TEST("Suppressed until #2831 is resolved")
ENDIF()

SET(NFS_FORCE_VERBOSE 1)

INCLUDE(${ARCADIA_ROOT}/cloud/filestore/tests/recipes/service-kikimr.inc)
Expand Down

0 comments on commit a9b5d45

Please sign in to comment.