Skip to content

Commit 4a85ebb

Browse files
committed
test(e2e): skip failing sysql test due to api error
1 parent e69e21b commit 4a85ebb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e/test_tools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ def assert_process_tree(output: JsonObject):
247247
await run_test("get_event_process_tree", {"event_id": event_id}, assert_process_tree)
248248

249249

250+
@pytest.mark.skip(reason="Sysdig Sage API endpoint is currently returning a 500 error")
250251
@pytest.mark.e2e
251252
async def test_sysql_tools_generate_and_run_sysql_query():
252253
"""

0 commit comments

Comments
 (0)