diff --git a/test/functional/apps/discover/_shared_links.js b/test/functional/apps/discover/_shared_links.js
index 29eb87816bc6c..94409a94e9257 100644
--- a/test/functional/apps/discover/_shared_links.js
+++ b/test/functional/apps/discover/_shared_links.js
@@ -123,7 +123,7 @@ export default function ({ getService, getPageObjects }) {
       });
     });
 
-    describe.only('shared links with state in sessionStorage', async () => {
+    describe('shared links with state in sessionStorage', async () => {
       let teardown;
       before(async function () {
         teardown = await setup({ storeStateInSessionStorage: true });