julia test only support linux now

This commit is contained in:
r1chardf1d0 2022-02-16 15:08:25 +08:00
parent ab4dcf81d1
commit aef9e0841c
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ def test_julia():
"""
system = platform.system()
if system != 'Linux':
pass
return
res = os.system('sh julia_run.sh')
if res != 0:
assert False, 'julia test fail'