Skip to content

Commit

Permalink
add tests to cigroup 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Dec 3, 2020
1 parent 2b100d8 commit e94762f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ export default function ({ loadTestFile, getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');

describe('async search', function () {
this.tags('ciGroup3');

before(async () => {
await esArchiver.loadIfNeeded('logstash_functional');
await esArchiver.load('dashboard/async_search');
Expand Down

0 comments on commit e94762f

Please sign in to comment.