Skip to content

Commit

Permalink
Try skipping at Security level, instead of removing from config
Browse files Browse the repository at this point in the history
  • Loading branch information
Liza Dayoub committed Oct 30, 2019
1 parent ba91b2e commit e02892e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions x-pack/test/visual_regression/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default async function ({ readConfigFile }) {
...functionalConfig.getAll(),

testFiles: [
require.resolve('./tests/login_page'),
require.resolve('./tests/maps'),
require.resolve('./tests/infra'),
],
Expand Down
4 changes: 2 additions & 2 deletions x-pack/test/visual_regression/tests/login_page.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export default function ({ getService, getPageObjects }) {
const retry = getService('retry');
const PageObjects = getPageObjects(['common', 'security']);

describe('Security', () => {
describe.skip('Login Page', () => {
describe.skip('Security', () => {
describe('Login Page', () => {
before(async () => {
await esArchiver.load('empty_kibana');
await PageObjects.security.logout();
Expand Down

0 comments on commit e02892e

Please sign in to comment.