Skip to content

Commit

Permalink
Disable shadowrealm testing for streams/readable-streams/owning-type-…
Browse files Browse the repository at this point in the history
…video-frame.any.js

VideoFrame is not exposed in ShadowRealm, so there's no point in running
this test there.

See: tc39/proposal-shadowrealm#396
  • Loading branch information
ptomato committed Oct 21, 2024
1 parent a4d34f3 commit 4ba09d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streams/readable-streams/owning-type-video-frame.any.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// META: global=window,worker,shadowrealm
// META: global=window,worker
// META: script=../resources/test-utils.js
// META: script=../resources/rs-utils.js
'use strict';
Expand Down

0 comments on commit 4ba09d0

Please sign in to comment.