Skip to content
Prev Previous commit
Next Next commit
remove only
  • Loading branch information
processprocess committed Mar 17, 2022
commit 3d78e430eada2aad787f9a350648158ca6130542
2 changes: 1 addition & 1 deletion extensions/amp-video/0.1/test/test-video-cache.js
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ describes.realWin('amp-video cached-sources', {amp: true}, (env) => {
});

describe('captions_url field', async () => {
it.only('should append track element if the cache responds with captions_url', async () => {
it('should append track element if the cache responds with captions_url', async () => {
env.sandbox.stub(xhrService, 'fetch').resolves({
json: () =>
Promise.resolve({
Expand Down