diff --git a/tests/test_wm.py b/tests/test_wm.py index 83090288..783118f5 100644 --- a/tests/test_wm.py +++ b/tests/test_wm.py @@ -931,8 +931,9 @@ def initial_monitor_layout(self): return [] @pytest.fixture(scope='class') - def shell_init(self, disable_extension_updates): - pass + def shell_init(self, disable_extension_updates, shell_dbus_interface): + if shell_dbus_interface.ShellVersion == (47, 10): + pytest.skip('Sometimes crashes GNOME Shell on Fedora 41') def test_smoke(self, extension_init): pass