diff --git a/PythonAPI/test/smoke/test_sensor_tick_time.py b/PythonAPI/test/smoke/test_sensor_tick_time.py index a7d144610..b98c04007 100644 --- a/PythonAPI/test/smoke/test_sensor_tick_time.py +++ b/PythonAPI/test/smoke/test_sensor_tick_time.py @@ -38,7 +38,9 @@ class TestSensorTickTime(SyncSmokeTest): "sensor.camera.semantic_segmentation", "sensor.camera.dvs", "sensor.other.obstacle", - "sensor.camera.instance_segmentation" + "sensor.camera.instance_segmentation", + "sensor.other.v2x", + "sensor.other.v2x_custom" } spawned_sensors = [] sensor_tick = 1.0 @@ -64,5 +66,3 @@ class TestSensorTickTime(SyncSmokeTest): self.assertEqual(sensor.num_ticks, num_sensor_ticks, "\n\n {} does not match tick count".format(sensor.bp_sensor.id)) sensor.destroy() - -