Skip to content

Commit

Permalink
mark high memory tests and run as a separate pytest run
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Dec 18, 2024
1 parent 37d2dae commit eb06873
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/functional/relation_tests/test_relation_type_change.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
from tests.functional.utils import describe_dynamic_table, query_relation_type, update_model


pytestmark = pytest.mark.high_memory


@dataclass
class Model:
model: str
Expand Down

0 comments on commit eb06873

Please sign in to comment.