This is an automated email from the ASF dual-hosted git repository.

hutcheb pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit fc1a077c0f3a65fd7c21323b80734a56529ac695
Author: Ben Hutcheson <ben.hut...@gmail.com>
AuthorDate: Tue Apr 9 04:20:48 2024 +0200

    fix(plc4py): set test to manual
---
 plc4py/tests/unit/plc4py/drivers/modbus/test_modbus_connection.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4py/tests/unit/plc4py/drivers/modbus/test_modbus_connection.py 
b/plc4py/tests/unit/plc4py/drivers/modbus/test_modbus_connection.py
index 36dc4357ac..8a4111a03c 100644
--- a/plc4py/tests/unit/plc4py/drivers/modbus/test_modbus_connection.py
+++ b/plc4py/tests/unit/plc4py/drivers/modbus/test_modbus_connection.py
@@ -36,7 +36,7 @@ async def manual_test_plc_driver_modbus_connect():
 
 
 @pytest.mark.asyncio
-async def test_plc_driver_modbus_read():
+async def manual_test_plc_driver_modbus_read():
 
     connection_string = "modbus://127.0.0.1:5020"
     driver_manager = PlcDriverManager()

Reply via email to