Skip to content

Commit 0f831fb

Browse files
committed
Revert test order changes
1 parent 373690c commit 0f831fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ NAMESPACE=trino-$(LC_ALL=C tr -dc 'a-z0-9' </dev/urandom | head -c 6 || true)
2626
HELM_EXTRA_SET_ARGS=
2727
CT_ARGS=(--charts=charts/trino --skip-clean-up --helm-extra-args="--timeout 2m")
2828
CLEANUP_NAMESPACE=true
29-
TEST_NAMES=(default single_node complete_values access_control_properties_values exchange_manager_values resource_groups_configmap_values resource_groups_properties_values graceful_shutdown)
29+
TEST_NAMES=(default single_node complete_values access_control_properties_values exchange_manager_values graceful_shutdown resource_groups_configmap_values resource_groups_properties_values)
3030

3131
usage() {
3232
cat <<EOF 1>&2

0 commit comments

Comments
 (0)