Temporarily disable the determinism test
This commit is contained in:
parent
d75b6e989b
commit
76bb65d24d
|
@ -61,7 +61,7 @@ class TestDeterminism(SmokeTest):
|
||||||
world.tick()
|
world.tick()
|
||||||
return simulation_record
|
return simulation_record
|
||||||
|
|
||||||
def test_determ(self):
|
def xtest_determ(self):
|
||||||
print("TestDeterminism.test_determ")
|
print("TestDeterminism.test_determ")
|
||||||
number_of_vehicles = 100
|
number_of_vehicles = 100
|
||||||
tm_seed = 1
|
tm_seed = 1
|
||||||
|
|
Loading…
Reference in New Issue