Add TODO to disabled test
This commit is contained in:
parent
523d8a84a8
commit
f8e35d8760
@ -1027,6 +1027,7 @@ def test_validate_ordertypes(default_conf, mocker):
|
|||||||
'stoploss': 'market',
|
'stoploss': 'market',
|
||||||
'stoploss_on_exchange': False
|
'stoploss_on_exchange': False
|
||||||
}
|
}
|
||||||
|
# TODO: Revert once createMarketOrder is available again.
|
||||||
# with pytest.raises(OperationalException,
|
# with pytest.raises(OperationalException,
|
||||||
# match=r'Exchange .* does not support market orders.'):
|
# match=r'Exchange .* does not support market orders.'):
|
||||||
# Exchange(default_conf)
|
# Exchange(default_conf)
|
||||||
|
Loading…
Reference in New Issue
Block a user