Skip to content

Commit 7e0c1aa

Browse files
committed
ci: disable a flaky test
Signed-off-by: Andrea Terzolo <[email protected]>
1 parent 0e177db commit 7e0c1aa

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

userspace/libsinsp/test/async_key_value_source.ut.cpp

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,15 @@ TEST(async_key_value_source_test, look_key_delayed_async_callback) {
335335

336336
/**
337337
* Ensure that "old" results are pruned
338+
* This test usually fails like this when runned with sanitizers:
339+
*
340+
* pure virtual method called
341+
* terminate called without an active exception
342+
* Aborted (core dumped)
343+
*
344+
* Disabled until we can figure out how to fix it.
338345
*/
339-
TEST(async_key_value_source_test, prune_old_metadata) {
346+
TEST(async_key_value_source_test, DISABLED_prune_old_metadata) {
340347
const uint64_t DELAY_MS = 0;
341348
const uint64_t TTL_MS = 20;
342349

0 commit comments

Comments
 (0)