We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e505a5 commit bedc855Copy full SHA for bedc855
1 file changed
tests/integration/test_crossmodel.py
@@ -144,6 +144,7 @@ async def test_relate_with_offer(event_loop):
144
@base.bootstrapped
145
@pytest.mark.asyncio
146
async def test_add_bundle(event_loop):
147
+ pytest.skip("skip until we have a faster example to test")
148
tests_dir = Path(__file__).absolute().parent
149
bundle_path = tests_dir / 'bundle'
150
cmr_bundle_path = str(bundle_path / 'cmr-bundle.yaml')
0 commit comments