Minor fix for test/smoke/test_sensor_tick_time.py
Added sensor.data.normals to the exception list of test_sensor_tick_time.py
This commit is contained in:
parent
98cf46d027
commit
8dfbb14852
|
@ -32,6 +32,7 @@ class TestSensorTickTime(SyncSmokeTest):
|
|||
|
||||
sensor_exception = {
|
||||
"sensor.camera.depth",
|
||||
"sensor.camera.normals",
|
||||
"sensor.camera.optical_flow",
|
||||
"sensor.camera.rgb",
|
||||
"sensor.camera.semantic_segmentation",
|
||||
|
|
Loading…
Reference in New Issue