Skip to content

Commit

Permalink
[FTR] drop unused tag (#152586)
Browse files Browse the repository at this point in the history
## Summary

We no longer run coverage on FTR tests.
  • Loading branch information
wayneseymour authored Mar 24, 2023
1 parent a71df1b commit 1a0cab8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/functional/apps/bundles/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1a0cab8

Please sign in to comment.