Skip test

This commit is contained in:
vrde 2017-02-06 18:01:21 +01:00
parent 0c8927dbbe
commit 2962b4a27d
No known key found for this signature in database
GPG Key ID: 6581C7C39B3D397D

View File

@ -4,6 +4,7 @@ from unittest.mock import MagicMock
pytestmark = pytest.mark.bdb
@pytest.mark.skipif(reason='Will be handled by #1126')
def test_asset_id_index():
from bigchaindb.backend.mongodb.query import get_txids_filtered
from bigchaindb.backend import connect