diff --git a/examples/.scene-tests b/examples/.scene-tests index 9b42ffac..6711d994 100644 --- a/examples/.scene-tests +++ b/examples/.scene-tests @@ -6,6 +6,9 @@ ignore "tutorials/CircularRobot/circularrobot.py" ignore "tutorials/Tripod/myproject/step8-maze.py" ignore "tutorials/Tripod/myproject/step8.py" +# Ignore because it requires the 'serial' module +ignore "tutorials/Tripod/myproject/step7.py" + # Ignore the following scenes as they require the option SOFTROBOTS_COMMUNICATIONCONTROLLER ignore "component/controller/CommunicationController/SimulationDirect_Receiver.py" ignore "component/controller/CommunicationController/SimulationInverse_Sender.py"