From d56269c712fafcabd4e9519e28a358d3813d5462 Mon Sep 17 00:00:00 2001 From: Luca Cominardi Date: Thu, 25 Apr 2024 16:15:57 +0200 Subject: [PATCH] Fix nextest.toml --- .config/nextest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nextest.toml b/.config/nextest.toml index b2ed4cde98..4999dce0d3 100644 --- a/.config/nextest.toml +++ b/.config/nextest.toml @@ -16,7 +16,7 @@ test(=three_node_combination) | test(=watchdog_alloc_concurrent) | test(=header_check_memory_concurrent) | test(=header_link_concurrent) | -test(=header_link_failure_concurrent) +test(=header_link_failure_concurrent) | test(=downsampling_by_keyexpr) """ threads-required = 'num-cpus'