[plasma/kdeplasma-addons] appiumtests: tests: disable keyboardindicatortest
Kristen McWilliam <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit b40979639da95c8de888bf53f485923315d40dee by Kristen McWilliam. Committed on 20/07/2026 at 19:54. Pushed by merritt into branch 'master'. tests: disable keyboardindicatortest Failing for 4+ weeks. Maybe because it is expecting x11 and xdotool? M +1 -0 appiumtests/keyboardindicatortest.py https://invent.kde.org/plasma/kdeplasma-addons/-/commit/b40979639da95c8de888bf53f485923315d40dee diff --git a/appiumtests/keyboardindicatortest.py b/appiumtests/keyboardindicatortest.py index a31e86dbe..3c593aab2 100755 --- a/appiumtests/keyboardindicatortest.py +++ b/appiumtests/keyboardindicatortest.py @@ -14,6 +14,7 @@ from appium.webdriver.common.appiumby import AppiumBy WIDGET_ID: Final = "org.kde.plasma.keyboardindicator" [email protected]("Failing for 4+ weeks. Maybe because it is expecting x11 and xdotool?") class KeyboardIndicatorTest(unittest.TestCase): driver: webdriver.Remote