diff --git a/test/integration/sounds.test.js b/test/integration/sounds.test.js
index 1a6d7e393e894302df633ef361a86b5dd36210af..f511b91059a6a025d27e4eb479d3982564331bcf 100644
--- a/test/integration/sounds.test.js
+++ b/test/integration/sounds.test.js
@@ -111,7 +111,7 @@ describe('Working with sounds', () => {
         await expect(logs).toEqual([]);
     });
 
-    test.only('Adding multiple sounds at the same time', async () => {
+    test('Adding multiple sounds at the same time', async () => {
         const files = [
             path.resolve(__dirname, '../fixtures/movie.wav'),
             path.resolve(__dirname, '../fixtures/sneaker.wav')