Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Only do compatibility tests in sbt
  • Loading branch information
pwendell committed Aug 4, 2015
commit a938de344b60d347de9a2fa812cb4909a6341330
4 changes: 3 additions & 1 deletion dev/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,9 @@ def main():
build_apache_spark(build_tool, hadoop_version)

# backwards compatibility checks
# FIXME: TEMPORARILY DISABLED detect_binary_inop_with_mima()
if build_tool == "sbt":
# Note: compatiblity tests only supported in sbt for now
detect_binary_inop_with_mima()

# run the test suites
run_scala_tests(build_tool, hadoop_version, test_modules)
Expand Down