Skip to content

Commit

Permalink
🔥 Remove flaky runner filter
Browse files Browse the repository at this point in the history
  • Loading branch information
dej611 committed Jun 16, 2021
1 parent 991fcf1 commit 7f2aecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/lens/formula.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const browser = getService('browser');
const testSubjects = getService('testSubjects');

describe.only('lens formula', () => {
describe('lens formula', () => {
it('should transition from count to formula', async () => {
await PageObjects.visualize.gotoVisualizationLandingPage();
await listingTable.searchForItemWithName('lnsXYvis');
Expand Down

0 comments on commit 7f2aecf

Please sign in to comment.