Skip to content

Commit

Permalink
Revert "Merge pull request ampproject#1922 from erwinmombay/skippity-…
Browse files Browse the repository at this point in the history
…doo-da"

This reverts commit 66b5274, reversing
changes made to 63f786b.
  • Loading branch information
jridgewell committed Feb 11, 2016
1 parent e5ab3f5 commit 8b7f8d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const PinterestUA = 'Mozilla/5.0 (Linux; Android 5.1.1; SM-G920F' +
' Build/LMY47X; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0' +
' Chrome/47.0.2526.100 Mobile Safari/537.36 [Pinterest/Android]';

describe.skip('dynamic classes are inserted at runtime', () => {
describe('dynamic classes are inserted at runtime', () => {
let documentElement;

function mockVsync(win) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ describe('amp-image-lightbox image viewer', () => {
});


it.skip('should measure horiz aspect ratio and assign image.src', () => {
it('should measure horiz aspect ratio and assign image.src', () => {
imageViewer.getElement().style.width = '100px';
imageViewer.getElement().style.height = '200px';
imageViewer.srcset_ = parseSrcset('image1');
Expand Down

0 comments on commit 8b7f8d8

Please sign in to comment.