Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
kagrski committed Mar 28, 2023
1 parent 9822f00 commit f987b61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vmngclient/tests/test_devices_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from unittest.mock import patch

from parameterized import parameterized # type: ignore
from pytest import mark # type: ignore
from tenacity import RetryError # type: ignore

from vmngclient.api.basic_api import DevicesAPI, DeviceStateAPI, FailedSend
Expand Down Expand Up @@ -649,6 +650,7 @@ def answer():
# Assert
self.assertRaises(RetryError, answer)

@mark.skip(reason="10 minutes length")
@patch("vmngclient.session.vManageSession")
def test_wait_for_device_state(self, mock_session):
# Arrange
Expand Down

0 comments on commit f987b61

Please sign in to comment.