Skip to content

Commit

Permalink
[OPT] Skipped test in test suite tests_which_require_a_clean_slate. I…
Browse files Browse the repository at this point in the history
…t is here just as an example
  • Loading branch information
c8y3 committed Mar 4, 2024
1 parent 302ed98 commit b33b389
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/tests_which_require_a_clean_slate.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

from unittest import TestCase
from unittest import skip
from iris import Iris


Expand All @@ -35,6 +36,7 @@ def setUp(self) -> None:
def tearDown(self) -> None:
self._subject.stop()

@skip
def test_create_case_should_add_a_new_case(self):
"""
This test is also present in the main test suite tests.py (although in a slightly more complex form
Expand Down

0 comments on commit b33b389

Please sign in to comment.