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 e69e21b commit 4a85ebbCopy full SHA for 4a85ebb
tests/e2e/test_tools.py
@@ -247,6 +247,7 @@ def assert_process_tree(output: JsonObject):
247
await run_test("get_event_process_tree", {"event_id": event_id}, assert_process_tree)
248
249
250
+@pytest.mark.skip(reason="Sysdig Sage API endpoint is currently returning a 500 error")
251
@pytest.mark.e2e
252
async def test_sysql_tools_generate_and_run_sysql_query():
253
"""
0 commit comments