Skip to content

Commit

Permalink
remove only flag
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Apr 15, 2020
1 parent e9b8a55 commit d50ad5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/test/functional/apps/discover/preserve_url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ export default function({ getService, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['common', 'discover', 'spaceSelector', 'header']);
const globalNav = getService('globalNav');

// eslint-disable-next-line ban/ban
describe.only('preserve url', function() {
describe('preserve url', function() {
before(async function() {
await esArchiver.load('spaces/multi_space');
});
Expand Down

0 comments on commit d50ad5a

Please sign in to comment.