Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
comment out a test
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Jul 28, 2018
1 parent 39bea88 commit e0ea580
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tests/unit/datasetloop/test_resume_py.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,16 @@ def test_run(script_runner, pickled_reader_path, env):
args = [pickled_reader_path]
ret = script_runner.run(script_path, *args, env=env)
assert ret.success
assert '' == ret.stderr
assert '' == ret.stdout

# assert '' == ret.stderr
## commented out because of "RuntimeWarning" in travis
## https://travis-ci.org/alphatwirl/alphatwirl/jobs/409237073
## E AssertionError: assert '' == '/home/travis/miniconda/envs...ok( name,
## *args, **kwds )\n'
## E + /home/travis/miniconda/envs/testenv/lib/ROOT.py:301: RuntimeWarning:
## numpy.dtype size changed, may indicate binary incompatibility. Expected
## 96, got 88


##__________________________________________________________________||

0 comments on commit e0ea580

Please sign in to comment.