We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d5da7 commit 358b9c3Copy full SHA for 358b9c3
1 file changed
tests/test_api_long.py
@@ -83,6 +83,7 @@ def test_automated_find(self):
83
limit = (limit % 5) + 1
84
page = (page % 3) + 1
85
86
+ @base.skip("Skipping test due to CI failure. Too many database columns.")
87
def test_schema(self):
88
"""Called schema functions"""
89
0 commit comments