Skip to content

Commit 0b9eb72

Browse files
committed
re-enabled twin stress
1 parent 821d784 commit 0b9eb72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/iothub_e2e/aio/test_twin_stress.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def wrap_as_reported_property(value, key=None):
3939
@pytest.mark.describe("Client Stress")
4040
@pytest.mark.parametrize(*parametrize.auto_connect_disabled)
4141
@pytest.mark.parametrize(*parametrize.connection_retry_disabled)
42-
@pytest.mark.skip(reason="Disabling as tests are failing. Needs investigation.")
42+
# @pytest.mark.skip(reason="Disabling as tests are failing. Needs investigation.")
4343
class TestTwinStress(object):
4444
@pytest.mark.parametrize(
4545
"iteration_count", [pytest.param(10, id="10 updates"), pytest.param(50, id="50 updates")]

0 commit comments

Comments
 (0)