chore(trading): disable isolated margin tests

This commit is contained in:
Matthew Russell 2024-02-15 19:55:29 -08:00
parent 5fff6ba3f7
commit 1f08e8225a
No known key found for this signature in database

View File

@ -27,6 +27,7 @@ def create_position(vega: VegaServiceNull, market_id):
vega.wait_for_total_catchup
@pytest.mark.skip("tempory disabling of isolated margin")
@pytest.mark.usefixtures("auth", "risk_accepted")
def test_switch_cross_isolated_margin(
continuous_market, vega: VegaServiceNull, page: Page):
@ -62,6 +63,7 @@ def test_switch_cross_isolated_margin(
"22,109.99996Cross1.0x")
@pytest.mark.skip("tempory disabling of isolated margin")
@pytest.mark.usefixtures("auth", "risk_accepted")
def test_check_cross_isolated_margin_info(
continuous_market, vega: VegaServiceNull, page: Page):