Skip to content

Commit 2390a00

Browse files
committed
Enabling crud test again...
1 parent d502b0d commit 2390a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orion-lib/src/clusters/cluster/original_dst.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ mod lrumap {
542542
}
543543

544544
// TODO: understand why tests are failing in CI (github)
545-
#[cfg(any())]
545+
#[cfg(test)]
546546
mod lrumap_tests {
547547
use std::{
548548
collections::HashMap,

0 commit comments

Comments
 (0)