Skip to content

Commit

Permalink
vp test: remove flaky adaptive streaming
Browse files Browse the repository at this point in the history
  • Loading branch information
ShayLevi committed Jul 17, 2024
1 parent b9b2fa2 commit 34316f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/testData/esmPageLinksData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ExampleLinkType } from '../types/exampleLinkType';
* Array of all the examples pages names and links on ESM import page.
*/
export const ESM_LINKS: ExampleLinkType[] = [
{ name: 'Adaptive Streaming', endpoint: 'adaptive-streaming' },
//{ name: 'Adaptive Streaming', endpoint: 'adaptive-streaming' },
{ name: 'Analytics', endpoint: 'analytics' },
{ name: 'API and Events', endpoint: 'api' },
{ name: 'Audio Player', endpoint: 'audio' },
Expand Down

0 comments on commit 34316f1

Please sign in to comment.