Skip to content

Commit e9b8a55

Browse files
committed
prepare for flaky test run
1 parent 07f9bf2 commit e9b8a55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)