Skip to content

Commit

Permalink
[ServiceBus] xfail test due to service bug (Azure#23811)
Browse files Browse the repository at this point in the history
  • Loading branch information
swathipil authored Apr 5, 2022
1 parent dafaf80 commit 833e766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ async def test_async_session_by_servicebus_client_list_sessions_with_client(self

@pytest.mark.liveTest
@pytest.mark.live_test_only
@pytest.mark.xfail(reason="'Cannot open log' error, potential service bug", raises=ServiceBusError)
@pytest.mark.xfail(reason="'Cannot open log' error, potential service bug")
@CachedResourceGroupPreparer(name_prefix='servicebustest')
@CachedServiceBusNamespacePreparer(name_prefix='servicebustest')
@ServiceBusQueuePreparer(name_prefix='servicebustest', requires_session=True)
Expand Down
2 changes: 1 addition & 1 deletion sdk/servicebus/azure-servicebus/tests/test_sessions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ def test_session_by_servicebus_client_list_sessions_with_client(self, servicebus

@pytest.mark.liveTest
@pytest.mark.live_test_only
@pytest.mark.xfail(reason="'Cannot open log' error, potential service bug", raises=ServiceBusError)
@pytest.mark.xfail(reason="'Cannot open log' error, potential service bug")
@CachedResourceGroupPreparer(name_prefix='servicebustest')
@CachedServiceBusNamespacePreparer(name_prefix='servicebustest')
@ServiceBusQueuePreparer(name_prefix='servicebustest', requires_session=True)
Expand Down

0 comments on commit 833e766

Please sign in to comment.