diff --git a/test/runtime/samples/each-block-keyed-static/_config.js b/test/runtime/samples/each-block-keyed-static/_config.js
index 7f7dcc6a35..7166854cd6 100644
--- a/test/runtime/samples/each-block-keyed-static/_config.js
+++ b/test/runtime/samples/each-block-keyed-static/_config.js
@@ -1,6 +1,4 @@
 export default {
-	solo: true,
-
 	data: {
 		x: [{ z: 1 }, { z: 2 }],
 	},