diff --git a/packages/svelte/tests/runtime-legacy/samples/dynamic-element-svg-implicit-namespace/_config.js b/packages/svelte/tests/runtime-legacy/samples/dynamic-element-svg-implicit-namespace/_config.js index 4ba86ba114..12a0960d87 100644 --- a/packages/svelte/tests/runtime-legacy/samples/dynamic-element-svg-implicit-namespace/_config.js +++ b/packages/svelte/tests/runtime-legacy/samples/dynamic-element-svg-implicit-namespace/_config.js @@ -4,7 +4,7 @@ export default test({ // This is skipped for now, because it's not clear how to make this work on client-side initial run: // The anchor isn't connected to its parent at the time we can do a runtime check for the namespace, and we // need the parent for this check. (this didn't work in Svelte 4 either) - solo: true, + skip: true, html: '', test({ assert, target }) {