cached_traffic_control: fix regression tests

Avoid using shared memory in tests because of permission problems.
This commit is contained in:
Dietmar Maurer 2021-11-14 08:05:40 +01:00
parent de21d4efdc
commit e3eb062c09

View File

@ -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)?;