Skip to content

Commit

Permalink
test: add a webkit skip back in (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Aug 1, 2024
1 parent 4e64480 commit 777235e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mux-player/test/player.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe('<mux-player>', () => {
assert.equal(player.title, 'A title', 'title is set');
});

it('has a video like API', async function () {
(isSafari ? it.skip : it)('has a video like API', async function () {
this.timeout(10000);

const player = await fixture(`<mux-player
Expand Down

0 comments on commit 777235e

Please sign in to comment.