Index: trunk/test/unit/org/openstreetmap/josm/tools/AudioPlayerTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/tools/AudioPlayerTest.java	(revision 11219)
+++ trunk/test/unit/org/openstreetmap/josm/tools/AudioPlayerTest.java	(revision 11220)
@@ -10,4 +10,5 @@
 
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.openstreetmap.josm.JOSMFixture;
@@ -17,4 +18,5 @@
  * Unit tests of {@link AudioPlayer} class.
  */
+@Ignore("unresolved sporadic deadlock - see #13809")
 public class AudioPlayerTest {
 
