mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Disable for fasttest
This commit is contained in:
parent
86a251931b
commit
fe6202c1cc
@ -19,8 +19,6 @@ RUN apt-get update \
|
||||
unixodbc \
|
||||
pv \
|
||||
zstd \
|
||||
zip \
|
||||
p7zip-full \
|
||||
--yes --no-install-recommends
|
||||
|
||||
RUN pip3 install numpy scipy pandas Jinja2
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
# Tags: no-fasttest
|
||||
|
||||
CUR_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
# shellcheck source=../shell_config.sh
|
||||
|
Loading…
Reference in New Issue
Block a user