EXPECTED TO FAIL: testing autobuild/autotest from docker hub

This commit is contained in:
Shyam Sunder 2019-09-30 23:45:37 -04:00
parent 91f5a42459
commit 71ecdf55f8

View file

@ -13,10 +13,10 @@ def test_hashing(read_asset, config_injector):
}, },
}) })
if not image_hash.get_session().ping(): # if not image_hash.get_session().ping():
pytest.xfail( # pytest.xfail(
'Unable to connect to ElasticSearch, ' # 'Unable to connect to ElasticSearch, '
'perhaps it is not available for this test?') # 'perhaps it is not available for this test?')
image_hash.purge() image_hash.purge()
image_hash.add_image('test', read_asset('jpeg.jpg')) image_hash.add_image('test', read_asset('jpeg.jpg'))