diff --git a/playground/resolve/index.html b/playground/resolve/index.html
index 372db6786f10a0..158af31b3f413c 100644
--- a/playground/resolve/index.html
+++ b/playground/resolve/index.html
@@ -218,8 +218,6 @@
resolve package that contains # in path
import { msg as importsStar } from '#star/index.js'
text('.imports-star', importsStar)
- import aaaa from '#star/*'
-
import { msg as importsSlash } from '#slash/index.js'
text('.imports-slash', importsSlash)