We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f202bfb commit 5309dbcCopy full SHA for 5309dbc
1 file changed
tests/test_sdk.py
@@ -8,7 +8,8 @@
8
import main
9
10
11
-@pytest.mark.asyncio
+@pytest.mark.skip("Skipped because of regression in Aidbox 2510")
12
+@pytest.mark.asyncio()
13
@pytest.mark.parametrize(
14
("expression", "expected"),
15
[
0 commit comments