Disable tests with CREATE AS SELECT for database Replicated

This commit is contained in:
Nikolay Degterinsky 2023-12-24 23:49:26 +00:00
parent 033fb14a2a
commit 98a6d67ae3
2 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#!/usr/bin/env bash
# Tags: no-replicated-database
# Tag no-replicated-database: CREATE AS SELECT is disabled
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh

View File

@ -1,4 +1,6 @@
#!/usr/bin/env bash
# Tags: no-replicated-database
# Tag no-replicated-database: CREATE AS SELECT is disabled
CUR_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh