Disable 02434_cancel_insert_when_client_dies in fast tests

This commit is contained in:
Raúl Marín 2024-08-06 19:35:15 +02:00
parent d09eaac0da
commit 71d47d2d07

View File

@ -1,5 +1,6 @@
#!/usr/bin/env bash
# Tags: no-random-settings, no-asan, no-msan, no-tsan, no-debug
# Tags: no-random-settings, no-asan, no-msan, no-tsan, no-debug, no-fasttest
# no-fasttest: The test runs for 40 seconds
# shellcheck disable=SC2009
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)