Skip to content

Commit

Permalink
travis osx: disable query optimizer test
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 30, 2015
1 parent b9a40e0 commit c830f8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/travis-script.sh
Expand Up @@ -15,7 +15,8 @@ case "${BUILD_TOOL}" in
test/unit/run-test.sh
fi
test/command/run-test.sh ${command_test_options}
if [ "${ENABLE_MRUBY}" = "yes" ]; then
# TODO: Re-enable me on OS X
if [ "${TRAVIS_OS_NAME}" = "linux" -a "${ENABLE_MRUBY}" = "yes" ]; then
test/query_optimizer/run-test.rb
fi
test/command/run-test.sh ${command_test_options} --interface http
Expand Down

0 comments on commit c830f8a

Please sign in to comment.