We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf589fc commit 1a6dfeeCopy full SHA for 1a6dfee
dev/run-tests
@@ -173,7 +173,7 @@ CURRENT_BLOCK=$BLOCK_SPARK_UNIT_TESTS
173
if [ -n "$_SQL_TESTS_ONLY" ]; then
174
# This must be an array of individual arguments. Otherwise, having one long string
175
#+ 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")
+ SBT_MAVEN_TEST_ARGS=("catalyst/test" "sql/test" "hive/test")
177
else
178
SBT_MAVEN_TEST_ARGS=("test")
179
fi
0 commit comments