Skip to content

Commit

Permalink
turn back on group 7, skip full screen
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Mar 28, 2020
1 parent 7553997 commit bcb620d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/maps/full_screen_mode.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function({ getService, getPageObjects }) {
const PageObjects = getPageObjects(['maps', 'common']);
const retry = getService('retry');

describe('full screen mode', () => {
describe.skip('full screen mode', () => {
before(async () => {
await PageObjects.maps.openNewMap();
});
Expand Down
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/maps/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function({ loadTestFile, getService }) {
await esArchiver.unload('maps/kibana');
});

describe.skip('', function() {
describe('', function() {
this.tags('ciGroup7');
loadTestFile(require.resolve('./documents_source'));
loadTestFile(require.resolve('./blended_vector_layer'));
Expand Down

0 comments on commit bcb620d

Please sign in to comment.