Skip to content

Commit 142548f

Browse files
committed
Ignore large function
1 parent 9b53fd6 commit 142548f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

agapi/tests/test_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from agapi.agents.functions import *
1616
import pytest
1717

18-
pytest.skip("Temporarily disabled", allow_module_level=True)
18+
# pytest.skip("Temporarily disabled", allow_module_level=True)
1919

2020
# ---------------------------------------------------------------------
2121
# Client

agapi/tests/test_functions_long.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
list_jarvis_columns,
6363
)
6464

65+
pytest.skip("Temporarily disabled", allow_module_level=True)
6566

6667
# ---------------------------------------------------------------------------
6768
# Session-scoped client fixture

0 commit comments

Comments
 (0)