Add TODO to disabled test

This commit is contained in:
Matthias 2022-07-11 10:30:05 +02:00
parent 523d8a84a8
commit f8e35d8760

View File

@ -1027,6 +1027,7 @@ def test_validate_ordertypes(default_conf, mocker):
'stoploss': 'market',
'stoploss_on_exchange': False
}
# TODO: Revert once createMarketOrder is available again.
# with pytest.raises(OperationalException,
# match=r'Exchange .* does not support market orders.'):
# Exchange(default_conf)