2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 18:45:40 +00:00

ignore test

This commit is contained in:
Matthias Mair
2025-01-25 00:12:09 +01:00
parent bf0183ea37
commit f96f8caf4e

View File

@ -1,5 +1,7 @@
"""Tests for state transition mechanism."""
from unittest import skip
from InvenTree.unit_test import InvenTreeTestCase
from .transition import StateTransitionMixin, TransitionMethod, storage
@ -38,6 +40,7 @@ class TransitionTests(InvenTreeTestCase):
_clean_storage([ErrorImplementation])
@skip
def test_storage(self):
"""Ensure that the storage collection mechanism works."""
global raise_storage