Skip to content

Commit d50ad5a

Browse files
committed
remove only flag
1 parent e9b8a55 commit d50ad5a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

x-pack/test/functional/apps/discover/preserve_url.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ export default function({ getService, getPageObjects }: FtrProviderContext) {
1212
const PageObjects = getPageObjects(['common', 'discover', 'spaceSelector', 'header']);
1313
const globalNav = getService('globalNav');
1414

15-
// eslint-disable-next-line ban/ban
16-
describe.only('preserve url', function() {
15+
describe('preserve url', function() {
1716
before(async function() {
1817
await esArchiver.load('spaces/multi_space');
1918
});

0 commit comments

Comments
 (0)