Skip to content

Commit

Permalink
Configure CSS integration tests to skip IE11 (#30393)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcebulko committed Sep 24, 2020
1 parent 7870242 commit 83d641b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test-css.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import {AmpEvents} from '../../src/amp-events.js';
import {createFixtureIframe} from '../../testing/iframe.js';

describe('CSS', () => {
describe.configure().run('CSS', () => {
it('should include height of [overflow] child in size before build', async () => {
const fixture = await createFixtureIframe(
'test/fixtures/overflow.html',
Expand Down

0 comments on commit 83d641b

Please sign in to comment.