aboutsummaryrefslogtreecommitdiff
path: root/tests/test_vimba.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_vimba.py')
-rw-r--r--tests/test_vimba.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_vimba.py b/tests/test_vimba.py
index fd6bce2..6a0850b 100644
--- a/tests/test_vimba.py
+++ b/tests/test_vimba.py
@@ -28,9 +28,6 @@ def test_startup_shutdown():
@pytest.fixture
def vimba() -> Vimba:
with Vimba() as vimba:
- # for ethernet camera discovery
- if vimba.system().GeVTLIsPresent:
- vimba.system().run_feature_command("GeVDiscoveryAllOnce")
yield vimba