Skip to content

Commit

Permalink
remove test exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Jul 21, 2020
1 parent 8200ad4 commit 1f07010
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/test/functional/apps/graph/graph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const browser = getService('browser');

// eslint-disable-next-line ban/ban
describe.only('graph', function () {
describe('graph', function () {
before(async () => {
await browser.setWindowSize(1600, 1000);
log.debug('load graph/secrepo data');
Expand Down

0 comments on commit 1f07010

Please sign in to comment.