Skip to content

Commit 5309dbc

Browse files
committed
Skip failing tests because of regression in Aidbox 2510
1 parent f202bfb commit 5309dbc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_sdk.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
import main
99

1010

11-
@pytest.mark.asyncio
11+
@pytest.mark.skip("Skipped because of regression in Aidbox 2510")
12+
@pytest.mark.asyncio()
1213
@pytest.mark.parametrize(
1314
("expression", "expected"),
1415
[

0 commit comments

Comments
 (0)