cached_traffic_control: fix regression tests
Avoid using shared memory in tests because of permission problems.
This commit is contained in:
parent
de21d4efdc
commit
e3eb062c09
@ -348,6 +348,7 @@ rule: somewhere
|
||||
|
||||
let mut cache = TrafficControlCache::new();
|
||||
cache.use_utc = true;
|
||||
cache.use_shared_memory = false; // avoid permission problems in test environment
|
||||
|
||||
cache.update_config(&config)?;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user