[FTR] drop unused tag (#152586)

## Summary

We no longer run coverage on FTR tests.
This commit is contained in:
Tre 2023-03-24 10:20:44 +00:00 committed by GitHub
parent a71df1b760
commit 1a0cab832d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);