From 93e6e6ce744f0fe9fd0bd14b0663d8e8cee22acb Mon Sep 17 00:00:00 2001
From: Christian Breunig <christian@breunig.cc>
Date: Thu, 27 Jun 2024 08:56:45 +0200
Subject: smoketest: T6510: remove build time test to check for
 /dev/input/event0

The container used for the Jenkins package builds does not provide a
/dev/input/event0 file, thus the build time test fails. Remove the test case
as it's not mandatory.
---
 src/tests/test_find_device_file.py | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'src')

diff --git a/src/tests/test_find_device_file.py b/src/tests/test_find_device_file.py
index 21fc113f9..5b90f2034 100644
--- a/src/tests/test_find_device_file.py
+++ b/src/tests/test_find_device_file.py
@@ -26,8 +26,5 @@ class TestDeviceFile(TestCase):
     def test_zero(self):
         self.assertEqual(find_device_file('zero'), '/dev/zero')
 
-    def test_input_event(self):
-        self.assertEqual(find_device_file('event0'), '/dev/input/event0')
-
     def test_non_existing(self):
         self.assertFalse(find_device_file('vyos'))
-- 
cgit v1.2.3