| Summary: | Continuous Integration (CI) tests are not running on merge requests | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Kristen McWilliam <kristen> |
| Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | nate |
| Priority: | NOR | ||
| Version First Reported In: | master | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
testInputMethod was fixed yesterday. as for testNightColor, where does it fail? (In reply to Kristen McWilliam from comment #0) > Unsure of where to file this, happy to move to a more appropriate place if > needs be.. 🤷 for things such as this one, you can use kwin matrix room |
CI of tests is not running. As a result there appear to be failing tests directly from master: ``` 97% tests passed, 4 tests failed out of 152 Total Test time (real) = 260.30 sec The following tests FAILED: 94 - kwin-testInputMethod (Failed) 95 - kwin-testInputMethod-waylandonly (Failed) 104 - kwin-testNightColor (Failed) 105 - kwin-testNightColor-waylandonly (Failed) ``` Unsure of where to file this, happy to move to a more appropriate place if needs be.. 🤷