mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[FTR] drop unused tag (#152586)
## Summary We no longer run coverage on FTR tests.
This commit is contained in:
parent
a71df1b760
commit
1a0cab832d
1 changed files with 0 additions and 2 deletions
|
@ -14,8 +14,6 @@ export default function ({ getService }) {
|
|||
const supertest = getService('supertest');
|
||||
|
||||
describe('bundle compression', function () {
|
||||
this.tags('skipCoverage');
|
||||
|
||||
let buildNum;
|
||||
before(async () => {
|
||||
const resp = await supertest.get('/api/status').expect(200);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue