diff --git a/test/runtime/samples/binding-audio-currenttime-duration/_config.js b/test/runtime/samples/binding-audio-currenttime-duration/_config.js index e2c9437922..793ca5d280 100644 --- a/test/runtime/samples/binding-audio-currenttime-duration/_config.js +++ b/test/runtime/samples/binding-audio-currenttime-duration/_config.js @@ -1,4 +1,9 @@ export default { + // not sure if we can really test this in JSDOM. Refer to + // https://svelte.technology/repl?example=media-elements + // instead + skip: true, + test ( assert, component, target, window ) { assert.equal( component.get( 't' ), 0 ); assert.equal( component.get( 'd' ), 0 );