Skip to content

Commit 833e766

Browse files
authored
[ServiceBus] xfail test due to service bug (Azure#23811)
1 parent dafaf80 commit 833e766

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ async def test_async_session_by_servicebus_client_list_sessions_with_client(self
935935

936936
@pytest.mark.liveTest
937937
@pytest.mark.live_test_only
938-
@pytest.mark.xfail(reason="'Cannot open log' error, potential service bug", raises=ServiceBusError)
938+
@pytest.mark.xfail(reason="'Cannot open log' error, potential service bug")
939939
@CachedResourceGroupPreparer(name_prefix='servicebustest')
940940
@CachedServiceBusNamespacePreparer(name_prefix='servicebustest')
941941
@ServiceBusQueuePreparer(name_prefix='servicebustest', requires_session=True)

sdk/servicebus/azure-servicebus/tests/test_sessions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@ def test_session_by_servicebus_client_list_sessions_with_client(self, servicebus
10971097

10981098
@pytest.mark.liveTest
10991099
@pytest.mark.live_test_only
1100-
@pytest.mark.xfail(reason="'Cannot open log' error, potential service bug", raises=ServiceBusError)
1100+
@pytest.mark.xfail(reason="'Cannot open log' error, potential service bug")
11011101
@CachedResourceGroupPreparer(name_prefix='servicebustest')
11021102
@CachedServiceBusNamespacePreparer(name_prefix='servicebustest')
11031103
@ServiceBusQueuePreparer(name_prefix='servicebustest', requires_session=True)

0 commit comments

Comments
 (0)