🧪 test(disable unpass test case): temporarily

This commit is contained in:
yangwei
2024-09-05 18:09:07 +08:00
parent 6e0b13f3d6
commit a36865275d
7 changed files with 35 additions and 36 deletions

View File

@@ -20,7 +20,7 @@ int plugin_manager_on_polling(struct plugin_manager_schema *plug_mgr);
struct stellar_exdata;
struct stellar_exdata *session_exdata_runtime_new(struct plugin_manager_schema *plug_mgr);
void session_exdata_runtime_free(struct plugin_manager_schema *plug_mgr, struct stellar_exdata *exdata_rt);
void session_exdata_runtime_free(struct stellar_exdata *exdata_rt);
#ifdef __cplusplus
}