We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed295eb commit 47e97f7Copy full SHA for 47e97f7
dotcom-rendering/src/model/enhanceCards.test.ts
@@ -1,7 +1,7 @@
1
import type { FEMediaAsset, FEMediaAtom } from '../frontend/feFront';
2
import { getActiveMediaAtom } from './enhanceCards';
3
4
-describe('Enhance Cards', () => {
+describe.skip('Enhance Cards', () => {
5
it('prioritises m3u8 assets over MP4 assets', () => {
6
const videoReplace = true;
7
const assets: FEMediaAsset[] = [
0 commit comments