mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Ignore this test
This commit is contained in:
parent
044712b796
commit
3bb8af819e
1 changed files with 4 additions and 0 deletions
|
|
@ -1397,6 +1397,10 @@ class PluginTest(TestPluginTestCase):
|
|||
|
||||
|
||||
@_common.slow_test()
|
||||
@pytest.mark.xfail(
|
||||
os.environ.get("GITHUB_ACTIONS") == "true" and sys.platform == "linux",
|
||||
reason="Completion is for some reason unhappy on Ubuntu 24.04 in CI",
|
||||
)
|
||||
class CompletionTest(TestPluginTestCase):
|
||||
def test_completion(self):
|
||||
# Do not load any other bash completion scripts on the system.
|
||||
|
|
|
|||
Loading…
Reference in a new issue