Skip to content

Commit e260bb0

Browse files
Skip integration test for broken endpoint
Signed-off-by: Daniel Zullo <[email protected]>
1 parent 1415e4a commit e260bb0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

integration_tests/test_api.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,9 @@ async def test_update_cancelled_order_failure(set_up: dict[str, Any]) -> None:
317317
), "Expected INVALID_ARGUMENT error"
318318

319319

320+
@pytest.mark.skip(
321+
reason="Broken endpoint, see https://github.com/frequenz-floss/frequenz-client-electricity-trading-python/issues/162"
322+
)
320323
async def test_cancel_all_orders(set_up: dict[str, Any]) -> None:
321324
"""Test cancelling all orders."""
322325
# Create multiple orders

0 commit comments

Comments
 (0)