Skip to content

Commit 3c36b5b

Browse files
committed
remove unnecessary annotation
1 parent 4aa6755 commit 3c36b5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdk/servicebus/azure-servicebus/tests/async_tests/test_queues_async.py

-1
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,6 @@ async def test_queue_message_settle_through_mgmt_link_due_to_broken_receiver_lin
11031103
assert len(messages) == 1
11041104
await messages[0].complete()
11051105

1106-
@pytest.mark.liveTest
11071106
@pytest.mark.asyncio
11081107
async def test_async_queue_mock_no_reusing_auto_lock_renew(self):
11091108
class MockReceivedMessage:

0 commit comments

Comments
 (0)