Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
test config
  • Loading branch information
RAY-316 committed May 17, 2021
commit 8a901f69fc50085481a9ce8698d76560e2b7ae73
1 change: 1 addition & 0 deletions sdk/iothub/azure-mgmt-iothub/tests/test_mgmt_iothub.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def test_iothub(self, resource_group, location):
)
async_delete.wait()

@unittest.skip('hard to test')
@ResourceGroupPreparer()
def test_iothub_consumer_group(self, resource_group, location):
account_name = self.get_resource_name('iot')
Expand Down