Skip to content

Commit 74ab817

Browse files
committed
remove duplicated test
1 parent 89abfa4 commit 74ab817

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/asyncio/retry/test_retry_unary_async.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,6 @@ async def test_retry_target_bad_sleep_generator():
137137
)
138138

139139

140-
@pytest.mark.asyncio
141-
async def test_retry_streaming_target_bad_sleep_generator():
142-
from google.api_core.retry.retry_streaming_async import retry_target_stream
143-
144-
with pytest.raises(ValueError, match="Sleep generator"):
145-
await retry_target_stream(None, None, [], None).__anext__()
146-
147-
148140
class TestAsyncRetry(Test_BaseRetry):
149141
def _make_one(self, *args, **kwargs):
150142
return retry_async.AsyncRetry(*args, **kwargs)

0 commit comments

Comments
 (0)