Skip to content

Commit 1a6dfee

Browse files
committed
[HOTFIX][SQL] Temporarily turn of hive-server tests.
1 parent bf589fc commit 1a6dfee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/run-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ CURRENT_BLOCK=$BLOCK_SPARK_UNIT_TESTS
173173
if [ -n "$_SQL_TESTS_ONLY" ]; then
174174
# This must be an array of individual arguments. Otherwise, having one long string
175175
#+ will be interpreted as a single test, which doesn't work.
176-
SBT_MAVEN_TEST_ARGS=("catalyst/test" "sql/test" "hive/test" "hive-thriftserver/test")
176+
SBT_MAVEN_TEST_ARGS=("catalyst/test" "sql/test" "hive/test")
177177
else
178178
SBT_MAVEN_TEST_ARGS=("test")
179179
fi

0 commit comments

Comments
 (0)