Skip to content
Snippets Groups Projects
Commit b5c5fc31 authored by Mick Jordan's avatar Mick Jordan
Browse files

temp remove apps from gate tests

parent 5c4c62f3
No related branches found
No related tags found
No related merge requests found
......@@ -399,7 +399,7 @@ def junit_default(args):
return mx.command_function('junit')(['--tests', _all_unit_tests()] + args)
def junit_gate(args):
return mx.command_function('junit')(['--tests', _gate_unit_tests()] + args)
return mx.command_function('junit')(['--tests', _gate_noapps_unit_tests()] + args)
def _test_package():
return 'com.oracle.truffle.r.test'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment