Skip to content

Commit

Permalink
Skip infra tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Liza Dayoub committed Oct 14, 2019
1 parent 79f66f1 commit 04ef636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/visual_regression/tests/infra/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
export default function ({ loadTestFile, getService }) {
const browser = getService('browser');

describe('InfraUI Visual Regression', function () {
describe.skip('InfraUI Visual Regression', function () {
before(async () => {
await browser.setWindowSize(1600, 1000);
});
Expand Down

0 comments on commit 04ef636

Please sign in to comment.