diff options
| author | chenzizhan <[email protected]> | 2023-07-27 17:21:54 +0800 |
|---|---|---|
| committer | chenzizhan <[email protected]> | 2023-07-27 17:21:54 +0800 |
| commit | de69763d95de072e0d0a364a768b56b035a31b2e (patch) | |
| tree | d1b525605d9483d7cc8ff45c02d6f5f7e9977383 /test/test_exporter_json.cpp | |
| parent | 3e87bb219addf57f604bc06c83a4ca2dca371bc2 (diff) | |
test ci
Diffstat (limited to 'test/test_exporter_json.cpp')
| -rw-r--r-- | test/test_exporter_json.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_exporter_json.cpp b/test/test_exporter_json.cpp index b211e21..420ae0d 100644 --- a/test/test_exporter_json.cpp +++ b/test/test_exporter_json.cpp @@ -412,6 +412,8 @@ TEST(export_test, skip_empty_metrics_given_cube_deleted) { delete tags[0]; fieldstat_free(instance); cJSON_Delete(root_arr); + + EXPECT_TRUE(false); // todo: delete } void init_hll_standard_oper() |
