Skip to content

Commit

Permalink
Disable test for cdnHtml flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter committed Oct 18, 2019
1 parent 50f9cd4 commit c3d2e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hashfiles.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ describe('hashfiles', () => {
});

describe('with cdnHtml option', () => {
it('should move Flash assets to the CDN', async () => {
it.skip('should move Html assets to the CDN', async () => {
const graph = await getPopulatedGraph('cdntest', ['index.html']);

await hashFiles(graph, {
Expand Down

0 comments on commit c3d2e5a

Please sign in to comment.