Skip to content

Commit d9fd79e

Browse files
committed
Drop test role, disable parallel execution for 03096_role
1 parent 0718a31 commit d9fd79e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/queries/0_stateless/03096_http_interface_role_query_param.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
# Tags: no-parallel
23

34
CUR_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
45
# shellcheck source=../shell_config.sh
@@ -96,6 +97,7 @@ echo -ne $OUT | grep -o "SET_NON_GRANTED_ROLE" || echo "expected SET_NON_GRANTED
9697
$CLICKHOUSE_CLIENT -n --query "
9798
DROP USER $TEST_USER;
9899
DROP ROLE $TEST_ROLE1;
100+
DROP ROLE $TEST_ROLE2;
99101
DROP ROLE $TEST_ROLE_ENABLED_BY_DEFAULT;
100102
DROP ROLE $TEST_ROLE_NOT_GRANTED;
101103
DROP ROLE $TEST_ROLE_SPECIAL_CHARS;

0 commit comments

Comments
 (0)