diff --git a/test/basic.test.js b/test/basic.test.js
index 42063c9219..624916b74d 100755
--- a/test/basic.test.js
+++ b/test/basic.test.js
@@ -101,7 +101,7 @@ test('/redirect -> check redirected source', async t => {
t.true(html.includes('
Index page
'))
})
-test.only('/special-state -> check window.__NUXT__.test = true', async t => {
+test('/special-state -> check window.__NUXT__.test = true', async t => {
const window = await nuxt.renderAndGetWindow(url('/special-state'))
t.is(window.__NUXT__.test, true)
})