talosctl: 1.9.1 -> 1.9.2 (#374443)
[NixPkgs.git] / pkgs / development / python-modules / pygame / skip-mixer-test.patch
blob3a316ca41c50e5a85a1f8d7e90f39cee3bb05ecd
1 diff --git a/test/mixer_test.py b/test/mixer_test.py
2 index 0b11c5a3..2d5b2cd5 100644
3 --- a/test/mixer_test.py
4 +++ b/test/mixer_test.py
5 @@ -809,6 +809,7 @@ class ChannelTypeTest(unittest.TestCase):
6 with self.assertRaisesRegex(pygame.error, "mixer not initialized"):
7 channel.unpause()
9 + @unittest.skip("call to get_busy() returns true")
10 def test_queue(self):
11 """
12 Ensure the Channel.queue() works correctly