TM will stay in deterministic mode after the deterministic test.

This commit is contained in:
Axel 2021-03-03 13:15:03 +01:00 committed by Jacopo Bartiromo
parent 33981f135b
commit 57bee724f3
1 changed files with 0 additions and 1 deletions

View File

@ -130,7 +130,6 @@ class TestDeterminism(SmokeTest):
record_run2 = self.run_simulation(world, vehicle_actor_list)
self.client.reload_world()
traffic_manager.set_synchronous_mode(False)
world.apply_settings(old_settings)
self.compare_records(record_run1, record_run2)