Skip to content

Commit

Permalink
test: add showcase tests for mixins
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Sep 24, 2024
1 parent 110ac14 commit 0b7743c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/system/test_lro.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@


def test_lro(echo):
if isinstance(echo.transport, type(echo).get_transport_class("rest")):
# (TODO: dovs) Temporarily disabling rest
return

future = echo.wait({
'end_time': datetime.now(tz=timezone.utc) + timedelta(seconds=1),
Expand Down

0 comments on commit 0b7743c

Please sign in to comment.