Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
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
1 change: 0 additions & 1 deletion tests/e2e/iothub_e2e/aio/test_connect_disconnect_stress.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

@pytest.mark.stress
@pytest.mark.describe("Client object connect/disconnect stress")
@pytest.mark.skip(reason="Disabling as tests are failing. Needs investigation.")
class TestConnectDisconnectStress(object):
@pytest.mark.parametrize("iteration_count", [10, 50])
@pytest.mark.it("Can do many non-overlapped connects and disconnects")
Expand Down
1 change: 0 additions & 1 deletion tests/e2e/iothub_e2e/aio/test_send_message_stress.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@

@pytest.mark.stress
@pytest.mark.describe("Client Stress")
@pytest.mark.skip(reason="Disabling as tests are failing. Needs investigation.")
class TestSendMessageStress(object):
async def send_and_verify_single_telemetry_message(self, client, service_helper):
"""
Expand Down
Loading